From 60e44d633e39c011c60b7b3643676214f9a3a994 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:47:15 +0000 Subject: [PATCH] deps: Update actions/setup-node action to v7 --- .github/workflows/nuke.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nuke.yml b/.github/workflows/nuke.yml index 887d58c..158bf94 100644 --- a/.github/workflows/nuke.yml +++ b/.github/workflows/nuke.yml @@ -31,7 +31,7 @@ jobs: # Authenticate npm to GitHub Packages so the Nuke RestoreTypeSpecDeps (npm ci) can download # internal @ancplua/* build deps (e.g. @ancplua/typespec-otel-semconv) — without this the run # fails with npm E401 (this is why the workflow had been red and was disabled). - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: '24' registry-url: 'https://npm.pkg.github.com' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5a6fc8e..ef66b85 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 # Install side: internal @ancplua/* deps resolve from GitHub Packages (.npmrc scope map). - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: '24' registry-url: 'https://npm.pkg.github.com'