From dd92f9aeba1a441c38886001e738bf79ffe675b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 06:52:04 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/create-release-pr.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index 54a9d09d..85fe76d6 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -30,7 +30,7 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: ./.node-version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87cd4e9d..ffe0b81f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - name: Setup Node.js if: steps.tag-check.outputs.exists == 'false' - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: ./.node-version registry-url: "https://registry.npmjs.org"