From 4c7d85652fba1e8b056e7a5b84a23c82d996ba0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:34:04 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 | datasource | package | from | to | | ----------- | ------------------ | ------ | ------ | | github-tags | actions/setup-node | v4 | v6 | | github-tags | actions/setup-node | v4.4.0 | v6.0.0 | --- .github/workflows/build-verification.yaml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-verification.yaml b/.github/workflows/build-verification.yaml index bcc0997..5581d3a 100644 --- a/.github/workflows/build-verification.yaml +++ b/.github/workflows/build-verification.yaml @@ -43,7 +43,7 @@ jobs: run_install: false - name: Setup Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 #v4.4.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: node-version: 20 cache: "pnpm" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e65458..aa64e77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ env.NODE_VERSION }}