From 20cf9dc7a9ec455f474b192c701783353dac52a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 04:55:57 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .github/workflows/deploy.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e8b901f..5edec4a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: "16" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14e8d3c..8ec45ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: "16" registry-url: "https://registry.npmjs.org"