From f20922cc514692a50017046e561fcb1f3204c57f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:31:46 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/cimnotebook-ci.yml | 6 +++--- .github/workflows/cimnotebook-release.yml | 2 +- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/renovate-sbom-autofix.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cimnotebook-ci.yml b/.github/workflows/cimnotebook-ci.yml index dfec54c0..105eae21 100644 --- a/.github/workflows/cimnotebook-ci.yml +++ b/.github/workflows/cimnotebook-ci.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Setup Node.js 20 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "24" cache: npm @@ -91,7 +91,7 @@ jobs: cimvocabcheck/lsp/pom.xml - name: Setup Node.js 20 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "24" cache: npm @@ -208,7 +208,7 @@ jobs: java-version: "21" - name: Setup Node.js 20 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "24" cache: npm diff --git a/.github/workflows/cimnotebook-release.yml b/.github/workflows/cimnotebook-release.yml index a474053f..13611e17 100644 --- a/.github/workflows/cimnotebook-release.yml +++ b/.github/workflows/cimnotebook-release.yml @@ -90,7 +90,7 @@ jobs: cimvocabcheck/lsp/pom.xml - name: Setup Node.js 20 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "24" cache: npm diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index a58072ab..f3403a69 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -41,7 +41,7 @@ jobs: fetch-tags: true - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '24' cache: npm diff --git a/.github/workflows/renovate-sbom-autofix.yml b/.github/workflows/renovate-sbom-autofix.yml index b8a24f9b..bf843c01 100644 --- a/.github/workflows/renovate-sbom-autofix.yml +++ b/.github/workflows/renovate-sbom-autofix.yml @@ -68,7 +68,7 @@ jobs: cimvocabcheck/lsp/pom.xml - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: "24" cache: npm