Skip to content

Commit 4d89ae2

Browse files
committed
Upgrade further GHAs to node20
1 parent 48d8f96 commit 4d89ae2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/generate-mindmap.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
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
@@ -49,6 +49,6 @@ jobs:
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

.github/workflows/link-checker-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/lint-patterns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:

0 commit comments

Comments
 (0)