From e99015caaaaf289580255168ace8c2e35523c114 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 03:32:36 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17b7a76..ddda963 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@v4 + - uses: actions/setup-node@v6 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@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} - name: Ensure line endings are consistent @@ -72,7 +72,7 @@ jobs: - 24.x steps: - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} - name: Check out repository @@ -98,7 +98,7 @@ jobs: with: path: '**/node_modules' key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 20.x - run: yarn install