From 79c81b62b9af18427e265b5f76c549cf6d60e47d Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 16 Jul 2026 06:47:58 +0000 Subject: [PATCH] build: update actions/setup-node action to v7 See associated pull request for more information. --- .github/workflows/adev-preview-deploy.yml | 2 +- .github/workflows/benchmark-compare.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/adev-preview-deploy.yml b/.github/workflows/adev-preview-deploy.yml index 3ab93294659..0e95143906f 100644 --- a/.github/workflows/adev-preview-deploy.yml +++ b/.github/workflows/adev-preview-deploy.yml @@ -33,7 +33,7 @@ jobs: with: token: '${{secrets.GITHUB_TOKEN}}' persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: '.nvmrc' package-manager-cache: false diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index 5fbb657ce34..8aed70f9db9 100644 --- a/.github/workflows/benchmark-compare.yml +++ b/.github/workflows/benchmark-compare.yml @@ -40,7 +40,7 @@ jobs: # because it does not support checking out from a fork (as it lacks a `repository` input). # Thus, we checkout and setup Node/pnpm manually. - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: '.nvmrc'