From 04cfb06a5172e8d20c46af18910d05a24e74af39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 23:12: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/build-docs.yml | 2 +- .github/workflows/contrib-tests.yml | 2 +- .github/workflows/python-tests.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 0d5859be..436f810b 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -30,7 +30,7 @@ jobs: run: poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: | diff --git a/.github/workflows/contrib-tests.yml b/.github/workflows/contrib-tests.yml index dce26752..c69ced58 100644 --- a/.github/workflows/contrib-tests.yml +++ b/.github/workflows/contrib-tests.yml @@ -57,7 +57,7 @@ jobs: poetry-version: "2.3.1" - name: Set up cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: | diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index b4cc13fa..52982fea 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -54,7 +54,7 @@ jobs: run: poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: | @@ -107,7 +107,7 @@ jobs: run: poetry config virtualenvs.in-project true - name: Set up cache - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache with: path: |