From 1a389448368e1b4778472054d6ee94b4d8de5151 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 04:29:21 +0000 Subject: [PATCH] Update actions/setup-node action to v5 --- .github/workflows/ci.yml | 2 +- .github/workflows/pages-build-deployment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c40af2e..40b0443c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: version: latest - name: Setup node and Cache .pnpm-store - uses: actions/setup-node@v3 + uses: actions/setup-node@v5 with: node-version: latest cache: 'pnpm' diff --git a/.github/workflows/pages-build-deployment.yml b/.github/workflows/pages-build-deployment.yml index 035bb819..30b8157d 100644 --- a/.github/workflows/pages-build-deployment.yml +++ b/.github/workflows/pages-build-deployment.yml @@ -15,7 +15,7 @@ jobs: version: latest - name: Setup node and Cache .pnpm-store - uses: actions/setup-node@v3 + uses: actions/setup-node@v5 with: node-version: latest cache: 'pnpm'