From 146522ef3dc8245720625b428d3e646144ccf35e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 05:12:47 +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 ba3b6cb..b0fb6ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: with: path: '**/node_modules' key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }} - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: 20.x - run: yarn install @@ -27,7 +27,7 @@ jobs: - 24.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: Ensure line endings are consistent