From 5d3342bf8c79f9f71414d72781ef3c49f9b12216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:02:11 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 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/ci.yml | 6 +++--- .github/workflows/pre-commit-autoupdate.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef308dd..eb81f55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: with: python-version: "3.11" - name: Cache multiple paths - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pip @@ -47,7 +47,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Cache multiple paths - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pip @@ -88,7 +88,7 @@ jobs: with: python-version: "3.7" - name: Cache multiple paths - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pip diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index ae0b792..4be36f0 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -16,7 +16,7 @@ jobs: with: python-version: "3.11" - name: Cache multiple paths - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pip