From 54e2d8b0f31f9fea79c3411b4826e3cd03af5ad4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:02:00 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec783e2e4..b709b3b56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v7 - name: Use Node.js ${{matrix.node-version}} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: always-auth: true registry-url: 'https://registry.npmjs.org' @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v7 - name: Use Node.js ${{matrix.node-version}} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: always-auth: true registry-url: 'https://registry.npmjs.org'