From 1c00ba5bb5b1bb52e2e5d3a0c646bfbd8d279ca0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 02:49:32 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1095184..418bef3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Use Node.js ${{ env.DEFAULT_NODE_VERSION }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ env.DEFAULT_NODE_VERSION }} - name: Enable corepack @@ -48,7 +48,7 @@ jobs: - 22.x steps: - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: ${{ matrix.node-version }} - name: Enable corepack