From 89febe2828c990f98ebea5b64458c6cb53727770 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:14:47 +0000 Subject: [PATCH] Update actions/setup-node action to v6 --- .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..2d1603dc 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@v6 with: node-version: latest cache: 'pnpm' diff --git a/.github/workflows/pages-build-deployment.yml b/.github/workflows/pages-build-deployment.yml index 035bb819..799f1349 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@v6 with: node-version: latest cache: 'pnpm'