File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v4
3030 - name : Use Node.js
31- uses : actions/setup-node@v3
31+ uses : actions/setup-node@v4
3232 with :
33- node-version : 16
33+ node-version : 20
3434 cache : ' npm'
3535 cache-dependency-path : pattern-categorization/package-lock.json
3636 - name : Install Node.js dependencies
4949 - name : Reduce Screenshot Size (PNG)
5050 run : npx optipng ${{ matrix.folder }}/innersource-program-mind-map.png
5151 - name : Commit Changes
52- uses : stefanzweifel/git-auto-commit-action@v4
52+ uses : stefanzweifel/git-auto-commit-action@v5
5353 with :
5454 commit_message : Re-creating markmap and screenshot
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121
2222 - name : Get changed files
2323 id : changed-files
24- uses : tj-actions/changed-files@v32
24+ uses : tj-actions/changed-files@v44
2525
2626 - name : Filter markdown files only
2727 run : |
2828 md_files=`find ${{ steps.changed-files.outputs.all_changed_files }} -maxdepth 0 -name "*.md" | tr '\n' ' '`
2929 echo "MARKDOWN_FILES=$md_files" >> $GITHUB_ENV
3030
3131 - name : Restore lychee cache
32- uses : actions/cache@v3
32+ uses : actions/cache@v4
3333 with :
3434 path : .lycheecache
3535 key : cache-lychee-${{ github.sha }}
Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v4
2222 - name : Problem Matcher for markdownlint-cli
23- uses : xt0rted/markdownlint-problem-matcher@v2
23+ uses : xt0rted/markdownlint-problem-matcher@v3
2424 - name : Lint pattern files (markdown)
2525 uses : avto-dev/markdown-lint@v1
2626 with :
You can’t perform that action at this time.
0 commit comments