From 334389f8faa43d54d7c1ee770971e0112b65bdd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:41:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v5 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cbbbe38..c2704775 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: version: 9 - name: Set up NodeJS - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: cache: pnpm - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10e4ea33..b2a99a65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: with: version: 9 - name: Set up NodeJS - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: cache: pnpm registry-url: https://registry.npmjs.org/ @@ -71,7 +71,7 @@ jobs: with: version: 9 - name: Set up NodeJS - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: cache: pnpm registry-url: https://registry.npmjs.org/