From a7925bf92b0df17d1fca8063d82b80ccdabe4ea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 06:02:16 +0000 Subject: [PATCH] Update actions/cache action from v4 to v5 (major v5) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 578aae6..ac9b83a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: - name: "Load cached site." id: cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: key: github-pages-${{ steps.params.outputs.sha }} path: _site/ @@ -216,7 +216,7 @@ jobs: - name: "Store _site to cache." if: ${{ steps.cache.outputs.cache-hit != 'true' }} - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: key: ${{ steps.cache.outputs.cache-primary-key }} path: _site/