From 678af589c1007883275514b9ace655d9eefd506d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:05:45 +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 3badab8e..85dc4ad2 100644 --- a/.github/workflows/devdoc.yml +++ b/.github/workflows/devdoc.yml @@ -28,7 +28,7 @@ jobs: UV_EXTRA_INDEX_URL: ${{ secrets.UV_INDEX_URL }} 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 d7fec2b5..d5152196 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -28,7 +28,7 @@ jobs: UV_EXTRA_INDEX_URL: ${{ secrets.UV_INDEX_URL }} 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 6f9c2d13..ac8c1b5b 100644 --- a/.github/workflows/pub_doc.yml +++ b/.github/workflows/pub_doc.yml @@ -28,7 +28,7 @@ jobs: UV_EXTRA_INDEX_URL: ${{ secrets.UV_INDEX_URL }} 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 }}