From 863793586a67ed21c2f8d9aa4693a4261a9b4ddc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 03:36:16 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20actions/setup-no?= =?UTF-8?q?de=20action=20to=20`v6`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4c16e03c..a36d2ed8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: version: ${{ steps.extract_pnpm_version.outputs.pnpm_version }} - name: Use Node ${{ matrix.node }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} cache: "pnpm" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 870d26541..869f40144 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: version: ${{ steps.extract_pnpm_version.outputs.pnpm_version }} - name: Use Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: cache: "pnpm"