From 7b6db2d173b37a66dd1deb6b17b723e6f7c8e92b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:43:12 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/devdoc.yml | 2 +- .github/workflows/doc.yml | 2 +- .github/workflows/pub_doc.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/devdoc.yml b/.github/workflows/devdoc.yml index 583555bbd1..475eda62cd 100644 --- a/.github/workflows/devdoc.yml +++ b/.github/workflows/devdoc.yml @@ -26,7 +26,7 @@ jobs: - name: Install Documentation dependencies run: uv sync --group doc - name: Set up build cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: key: mkdocs-material-${{ github.ref }} diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 627bce05ea..492622c422 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -28,7 +28,7 @@ jobs: - name: Install Documentation dependencies run: uv sync --group doc - name: Set up build cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: key: mkdocs-material-${{ github.ref }} diff --git a/.github/workflows/pub_doc.yml b/.github/workflows/pub_doc.yml index 3d0e1e8fa7..669bf5b4d5 100644 --- a/.github/workflows/pub_doc.yml +++ b/.github/workflows/pub_doc.yml @@ -26,7 +26,7 @@ jobs: - name: Install Documentation dependencies run: uv sync --group doc - name: Set up build cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: key: mkdocs-material-${{ github.ref }}