From e2e0098b095fba50a707f09503153d41a862fdc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:36:15 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 6506d35..0ed9ad9 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -47,7 +47,7 @@ jobs: # It is also used to cache the generated social media cards. # Persisting the cache across builds dramatically speeds up the process. - name: Load site cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: key: mkdocs path: .cache