From c122dbec79b7823fa13580546994b36b183b9073 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 05:59:51 +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