From db95b4be1426d0743edf8ca5f8a7006745c89768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:43:05 +0000 Subject: [PATCH] build(deps): bump actions/cache from 5 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 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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/documentation.yml | 2 +- .github/workflows/tests.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f6d5f3e6..01aaf7d8 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: 3.x - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: key: ${{ github.ref }} path: .cache diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bda95256..da0bab2f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cache with: path: ${{ env.pythonLocation }} @@ -70,7 +70,7 @@ jobs: uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cache with: path: ${{ env.pythonLocation }} @@ -100,7 +100,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: '3.12' - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cache with: path: ${{ env.pythonLocation }}