From 979f6960c1bb4d62de5e9776fc69ffdaaa5c9c70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:33:50 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .github/workflows/node.js-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js-ci.yml b/.github/workflows/node.js-ci.yml index 71a8675..dad302b 100644 --- a/.github/workflows/node.js-ci.yml +++ b/.github/workflows/node.js-ci.yml @@ -18,7 +18,7 @@ jobs: name: Checkout [main] with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: "22" - uses: pnpm/action-setup@v4 @@ -55,7 +55,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: "22" - uses: pnpm/action-setup@v4