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 28
28
steps :
29
29
- uses : actions/checkout@v4
30
30
- name : Use Node.js
31
- uses : actions/setup-node@v3
31
+ uses : actions/setup-node@v4
32
32
with :
33
- node-version : 16
33
+ node-version : 20
34
34
cache : ' npm'
35
35
cache-dependency-path : pattern-categorization/package-lock.json
36
36
- name : Install Node.js dependencies
49
49
- name : Reduce Screenshot Size (PNG)
50
50
run : npx optipng ${{ matrix.folder }}/innersource-program-mind-map.png
51
51
- name : Commit Changes
52
- uses : stefanzweifel/git-auto-commit-action@v4
52
+ uses : stefanzweifel/git-auto-commit-action@v5
53
53
with :
54
54
commit_message : Re-creating markmap and screenshot
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
22
22
- name : Get changed files
23
23
id : changed-files
24
- uses : tj-actions/changed-files@v32
24
+ uses : tj-actions/changed-files@v44
25
25
26
26
- name : Filter markdown files only
27
27
run : |
28
28
md_files=`find ${{ steps.changed-files.outputs.all_changed_files }} -maxdepth 0 -name "*.md" | tr '\n' ' '`
29
29
echo "MARKDOWN_FILES=$md_files" >> $GITHUB_ENV
30
30
31
31
- name : Restore lychee cache
32
- uses : actions/cache@v3
32
+ uses : actions/cache@v4
33
33
with :
34
34
path : .lycheecache
35
35
key : cache-lychee-${{ github.sha }}
Original file line number Diff line number Diff line change 20
20
steps :
21
21
- uses : actions/checkout@v4
22
22
- name : Problem Matcher for markdownlint-cli
23
- uses : xt0rted/markdownlint-problem-matcher@v2
23
+ uses : xt0rted/markdownlint-problem-matcher@v3
24
24
- name : Lint pattern files (markdown)
25
25
uses : avto-dev/markdown-lint@v1
26
26
with :
You can’t perform that action at this time.
0 commit comments