From b05f44aaeb8b6b01a0aebae173380d4da30fdd7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 05:14:43 +0000 Subject: [PATCH] ci(deps): bump actions/setup-node from 4 to 7 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gc-native-roots.yml | 2 +- .github/workflows/gc-root-dominance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gc-native-roots.yml b/.github/workflows/gc-native-roots.yml index a0c8bf679b..2c08f6728c 100644 --- a/.github/workflows/gc-native-roots.yml +++ b/.github/workflows/gc-native-roots.yml @@ -194,7 +194,7 @@ jobs: timeout-minutes: 120 steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version-file: .node-version - uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/gc-root-dominance.yml b/.github/workflows/gc-root-dominance.yml index e940f820c7..ca75a783b7 100644 --- a/.github/workflows/gc-root-dominance.yml +++ b/.github/workflows/gc-root-dominance.yml @@ -165,7 +165,7 @@ jobs: # else in that file -- not a fixture invented for this job. # `--ignore-scripts` because nothing here needs a lifecycle script to # run, and a corpus generator is a bad place to execute one. - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version-file: .node-version - name: Install the npm dependencies the dep corpus compiles