From 6ad00c4980e49471954f06126666b17955a58c4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:00:07 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .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..556a450 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@v7 with: node-version: "16" registry-url: "https://registry.npmjs.org" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14e8d3c..9c8c884 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@v7 with: node-version: "16" registry-url: "https://registry.npmjs.org"