From 5f23d806dd3388e28fdc0652779ad02364c7a167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 08:09:35 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/static.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6988c370e..f3de21d16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: with: python-version-file: '.python-version' - name: Cache Python dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: pythondotorg-cache-pip with: diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 9c06ff4a9..322dc20c3 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -12,7 +12,7 @@ jobs: with: python-version-file: '.python-version' - name: Cache Python dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: pythondotorg-cache-pip with: