From 7a8239131024319d436f98966b3492b56116598c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 06:48:51 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6 --- .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 9ad0c05..bcad080 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}} restore-keys: ${{runner.os}}-node${{matrix.node-version}}-yarn- - name: Set up Node.js v${{matrix.node-version}} - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{matrix.node-version}} - run: yarn @@ -48,7 +48,7 @@ jobs: key: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}} restore-keys: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn- - name: Set up Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: ${{env.DEPLOY_NODE_VERSION}} - run: yarn