From 8d6626c43bfefc7d8bc7af001fb0d313f827f809 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 02:15:32 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .github/workflows/deploy.yaml | 2 +- .github/workflows/test-and-release.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f5ce5e6df..b5527d7e3 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: "22.x" cache: "npm" diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index ecb70ee05..65a5f3b91 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: "22.x" cache: "npm" @@ -61,7 +61,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: "22.x" cache: "npm" @@ -121,7 +121,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 with: node-version: "22.x" cache: "npm"