From dbf2df8c7c312686ba9c0aab1ef85ac97aea4ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 13:24:36 +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/create-build-artifacts.yml | 2 +- .github/workflows/publish-to-openvsx.yml | 2 +- .github/workflows/publish-to-vscode.yml | 2 +- .github/workflows/push.yml | 2 +- .github/workflows/release-pr.yml | 2 +- .github/workflows/unit-tests.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/create-build-artifacts.yml b/.github/workflows/create-build-artifacts.yml index 2d9ca412f..d2c8bd363 100644 --- a/.github/workflows/create-build-artifacts.yml +++ b/.github/workflows/create-build-artifacts.yml @@ -27,7 +27,7 @@ jobs: run: bash .github/scripts/configure-npm.sh - name: Use Node.js 22 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 22 cache: "yarn" diff --git a/.github/workflows/publish-to-openvsx.yml b/.github/workflows/publish-to-openvsx.yml index 2caa6d40a..b109fde16 100644 --- a/.github/workflows/publish-to-openvsx.yml +++ b/.github/workflows/publish-to-openvsx.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Use Node.js 22.x - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 22.x diff --git a/.github/workflows/publish-to-vscode.yml b/.github/workflows/publish-to-vscode.yml index 9aa440aa9..64216f84d 100644 --- a/.github/workflows/publish-to-vscode.yml +++ b/.github/workflows/publish-to-vscode.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Use Node.js 22.x - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 22.x diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index d947dc3d7..b8887d963 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -27,7 +27,7 @@ jobs: run: bash .github/scripts/configure-npm.sh - name: Use Node.js 22.x - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 22.x cache: "yarn" diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index a7200c13a..8c34f4e01 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -44,7 +44,7 @@ jobs: git config --global user.email "noreply@github.com" - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node-version }} cache: "yarn" diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 74cbe8e0b..4088a3c01 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -46,7 +46,7 @@ jobs: run: bash .github/scripts/configure-npm.sh - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node-version }} cache: "yarn"