From 5de430e18372f3fcdf6735183c71b697d5125278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 07:51:06 +0000 Subject: [PATCH] chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e...820762786026740c76f36085b0efc47a31fe5020) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cd-stagecraft.yml | 2 +- .github/workflows/cd-tenant-app.yml | 2 +- .github/workflows/ci-desktop.yml | 2 +- .github/workflows/ci-stagecraft-encore.yml | 2 +- .github/workflows/ci-stagecraft.yml | 4 ++-- .github/workflows/ci-supply-chain.yml | 4 ++-- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/opc-e2e-nightly.yml | 2 +- .github/workflows/release-desktop.yml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/cd-stagecraft.yml b/.github/workflows/cd-stagecraft.yml index 4cfa5751..11ba3d03 100644 --- a/.github/workflows/cd-stagecraft.yml +++ b/.github/workflows/cd-stagecraft.yml @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 22 cache: npm diff --git a/.github/workflows/cd-tenant-app.yml b/.github/workflows/cd-tenant-app.yml index 1d197ec3..57b030aa 100644 --- a/.github/workflows/cd-tenant-app.yml +++ b/.github/workflows/cd-tenant-app.yml @@ -97,7 +97,7 @@ jobs: echo "Building tags: sha-${SHA_SHORT}, latest" - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: "24" diff --git a/.github/workflows/ci-desktop.yml b/.github/workflows/ci-desktop.yml index 03d63b77..6d6f08db 100644 --- a/.github/workflows/ci-desktop.yml +++ b/.github/workflows/ci-desktop.yml @@ -118,7 +118,7 @@ jobs: - uses: pnpm/action-setup@4f4305e1fe60ad818b8ae6fc4a697cc47eab0b2d # v6 with: package_json_file: product/package.json - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 22 cache: pnpm diff --git a/.github/workflows/ci-stagecraft-encore.yml b/.github/workflows/ci-stagecraft-encore.yml index 98e8a4f3..43633830 100644 --- a/.github/workflows/ci-stagecraft-encore.yml +++ b/.github/workflows/ci-stagecraft-encore.yml @@ -47,7 +47,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 22 cache: npm diff --git a/.github/workflows/ci-stagecraft.yml b/.github/workflows/ci-stagecraft.yml index fbdcdcaa..207215e8 100644 --- a/.github/workflows/ci-stagecraft.yml +++ b/.github/workflows/ci-stagecraft.yml @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 22 cache: npm @@ -114,7 +114,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 22 cache: npm diff --git a/.github/workflows/ci-supply-chain.yml b/.github/workflows/ci-supply-chain.yml index 152c3c87..1f6285eb 100644 --- a/.github/workflows/ci-supply-chain.yml +++ b/.github/workflows/ci-supply-chain.yml @@ -91,7 +91,7 @@ jobs: - uses: pnpm/action-setup@4f4305e1fe60ad818b8ae6fc4a697cc47eab0b2d # v6 with: package_json_file: product/package.json - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 22 cache: pnpm @@ -110,7 +110,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 22 cache: npm diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 2a60d107..bc7f2d95 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -20,7 +20,7 @@ jobs: working-directory: website steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 20 cache: npm diff --git a/.github/workflows/opc-e2e-nightly.yml b/.github/workflows/opc-e2e-nightly.yml index 44b49307..6febef17 100644 --- a/.github/workflows/opc-e2e-nightly.yml +++ b/.github/workflows/opc-e2e-nightly.yml @@ -54,7 +54,7 @@ jobs: - uses: pnpm/action-setup@4f4305e1fe60ad818b8ae6fc4a697cc47eab0b2d # v6 with: package_json_file: product/package.json - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 22 cache: pnpm diff --git a/.github/workflows/release-desktop.yml b/.github/workflows/release-desktop.yml index 96d20fe1..a0de9006 100644 --- a/.github/workflows/release-desktop.yml +++ b/.github/workflows/release-desktop.yml @@ -291,7 +291,7 @@ jobs: - uses: pnpm/action-setup@4f4305e1fe60ad818b8ae6fc4a697cc47eab0b2d # v6 with: package_json_file: product/package.json - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6 with: node-version: 22 cache: pnpm