From 02baa5ee1f2fb679da168b0df9bc9a94be7d09d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:05:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20deps:=20bump=20actions/cache=20from?= =?UTF-8?q?=204=20to=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 82cfc3a..d5bdedf 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -25,7 +25,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: cache with: path: .venv diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d91c99c..63fdcc5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: with: python-version: "3.9" - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: cache with: path: ${{ env.pythonLocation }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b27511..84f70e2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: python-version: ${{ matrix.python-version }} nogil: true - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: cache with: path: .venv