From 7537c0236791cee1636bc0144d01500a16179ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 17:53:27 +0000 Subject: [PATCH] build(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/ci.yml | 2 +- .github/workflows/latest.yml | 2 +- .github/workflows/pr-vsix-build.yml | 4 ++-- .github/workflows/pr-vsix-comment.yml | 4 ++-- .github/workflows/pr-vsix-refresh.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/reusable-build-vsix.yml | 2 +- .github/workflows/security.yml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cc53c1..9bbadf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 07f646c..adb7f2f 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/pr-vsix-build.yml b/.github/workflows/pr-vsix-build.yml index 0dbba01..a19f206 100644 --- a/.github/workflows/pr-vsix-build.yml +++ b/.github/workflows/pr-vsix-build.yml @@ -32,7 +32,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc @@ -138,7 +138,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc diff --git a/.github/workflows/pr-vsix-comment.yml b/.github/workflows/pr-vsix-comment.yml index 507316d..52d4b1e 100644 --- a/.github/workflows/pr-vsix-comment.yml +++ b/.github/workflows/pr-vsix-comment.yml @@ -35,7 +35,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc @@ -65,7 +65,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc diff --git a/.github/workflows/pr-vsix-refresh.yml b/.github/workflows/pr-vsix-refresh.yml index db6f4b3..01e88e8 100644 --- a/.github/workflows/pr-vsix-refresh.yml +++ b/.github/workflows/pr-vsix-refresh.yml @@ -43,7 +43,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b2b7c8..033cfa4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc cache: npm @@ -90,7 +90,7 @@ jobs: ref: ${{ needs.preflight.outputs.release_ref }} - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/reusable-build-vsix.yml b/.github/workflows/reusable-build-vsix.yml index 4e602a6..a590a35 100644 --- a/.github/workflows/reusable-build-vsix.yml +++ b/.github/workflows/reusable-build-vsix.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 9a17434..4cba6f0 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -56,7 +56,7 @@ jobs: - name: Set up Node.js if: matrix.setup-node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version-file: .nvmrc cache: npm