From f2ac35f10b13cb31b68bca07d875b166fbc0f38d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 16:03:51 +0000 Subject: [PATCH] Bump actions/cache from 4 to 6 in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-gh-pages.yml | 2 +- .github/workflows/docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 7ead0e8..c26ac3a 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -55,7 +55,7 @@ jobs: # Same cache as the docs check: social cards and the external assets the # privacy plugin downloads, so a deploy does not re-fetch them. - name: Restore social card and external asset cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .cache key: mkdocs-material-${{ hashFiles('mkdocs.yml', 'docs/**') }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 34b0dd5..7482c5a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,7 +38,7 @@ jobs: # .cache. Without it every build re-fetches them, and a strict build # turns a single failed download into a build failure. - name: Restore social card and external asset cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .cache key: mkdocs-material-${{ hashFiles('mkdocs.yml', 'docs/**') }}