From 907ccc743a82149a8943fe2b650f51688aae284e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 02:11:16 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .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 5df08499..de18fac7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,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@v5 with: node-version: ${{matrix.node-version}} - run: corepack yarn @@ -42,7 +42,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@v5 with: node-version: ${{env.DEPLOY_NODE_VERSION}} - run: corepack yarn