From 4dae17745831ab64ec6af99f3833882b6d31c045 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:07:37 +0000 Subject: [PATCH] Update actions/cache action from v4 to v6 (major v6) --- .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..589bb2a 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@v6 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@v6 with: key: ${{ steps.cache.outputs.cache-primary-key }} path: _site/