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