From c60c73ba1086f6b24cb20f6acef7f8141f2ca624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:33:01 +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/check-docs.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index 40051b7..60d1123 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -31,7 +31,7 @@ jobs: - name: Use pip cache id: pip-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.PIP_CACHE_DIR }} key: docs-ubuntu-latest-pip-3.11-${{ hashFiles('pyproject.toml') }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a46cc2a..1f7a380 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: - name: Use pip cache id: pip-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.PIP_CACHE_DIR }} key: docs-ubuntu-latest-pip-3.11-${{ hashFiles('pyproject.toml') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 03825dd..04ebec9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: - name: Use pip cache id: pip-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ env.PIP_CACHE_DIR }} key: tests-${{ matrix.os }}-pip-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}