From 4d89ae22e027f4fba3cfbff6b32044a39d5736f8 Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Fri, 12 Apr 2024 08:27:13 +0200 Subject: [PATCH] Upgrade further GHAs to node20 --- .github/workflows/generate-mindmap.yml | 6 +++--- .github/workflows/link-checker-prs.yml | 4 ++-- .github/workflows/lint-patterns.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/generate-mindmap.yml b/.github/workflows/generate-mindmap.yml index e2fd6775c..b9b97ff34 100644 --- a/.github/workflows/generate-mindmap.yml +++ b/.github/workflows/generate-mindmap.yml @@ -28,9 +28,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 cache: 'npm' cache-dependency-path: pattern-categorization/package-lock.json - name: Install Node.js dependencies @@ -49,6 +49,6 @@ jobs: - name: Reduce Screenshot Size (PNG) run: npx optipng ${{ matrix.folder }}/innersource-program-mind-map.png - name: Commit Changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Re-creating markmap and screenshot diff --git a/.github/workflows/link-checker-prs.yml b/.github/workflows/link-checker-prs.yml index 923186063..06fe09aa5 100644 --- a/.github/workflows/link-checker-prs.yml +++ b/.github/workflows/link-checker-prs.yml @@ -21,7 +21,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v32 + uses: tj-actions/changed-files@v44 - name: Filter markdown files only run: | @@ -29,7 +29,7 @@ jobs: echo "MARKDOWN_FILES=$md_files" >> $GITHUB_ENV - name: Restore lychee cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .lycheecache key: cache-lychee-${{ github.sha }} diff --git a/.github/workflows/lint-patterns.yml b/.github/workflows/lint-patterns.yml index aecee43c8..1240082ff 100644 --- a/.github/workflows/lint-patterns.yml +++ b/.github/workflows/lint-patterns.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Problem Matcher for markdownlint-cli - uses: xt0rted/markdownlint-problem-matcher@v2 + uses: xt0rted/markdownlint-problem-matcher@v3 - name: Lint pattern files (markdown) uses: avto-dev/markdown-lint@v1 with: