From 04b34705216f4c94e16170ca3c4dad808bdc3be0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 02:51:21 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/reusable-release.yml | 2 +- .github/workflows/triage-comment.yml | 2 +- .github/workflows/triage-edited.yml | 2 +- .github/workflows/triage-opened.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reusable-release.yml b/.github/workflows/reusable-release.yml index ba0e238..21b8dc8 100644 --- a/.github/workflows/reusable-release.yml +++ b/.github/workflows/reusable-release.yml @@ -83,7 +83,7 @@ jobs: persist-credentials: false - run: corepack enable - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: latest registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/triage-comment.yml b/.github/workflows/triage-comment.yml index 00bdbc3..05bb504 100644 --- a/.github/workflows/triage-comment.yml +++ b/.github/workflows/triage-comment.yml @@ -56,7 +56,7 @@ jobs: path: .shared persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 if: steps.check-auth.outputs.is_collaborator != 'true' with: node-version: lts/* diff --git a/.github/workflows/triage-edited.yml b/.github/workflows/triage-edited.yml index fe4353e..8d8e25f 100644 --- a/.github/workflows/triage-edited.yml +++ b/.github/workflows/triage-edited.yml @@ -33,7 +33,7 @@ jobs: path: .shared persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: lts/* diff --git a/.github/workflows/triage-opened.yml b/.github/workflows/triage-opened.yml index da05015..333cf52 100644 --- a/.github/workflows/triage-opened.yml +++ b/.github/workflows/triage-opened.yml @@ -76,7 +76,7 @@ jobs: path: .shared persist-credentials: false - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: lts/*