From 31aae10524706bca61aff7604569cf51c6aafe21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:04:21 +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/branch-cicd.yaml | 2 +- .github/workflows/stable-cicd.yaml | 2 +- .github/workflows/unstable-cicd.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/branch-cicd.yaml b/.github/workflows/branch-cicd.yaml index 1ae6de4..1c425fa 100644 --- a/.github/workflows/branch-cicd.yaml +++ b/.github/workflows/branch-cicd.yaml @@ -45,7 +45,7 @@ jobs: python-version: '3.13' - name: 💵 Python Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip # The "key" used to indicate a set of cached files is the operating system runner diff --git a/.github/workflows/stable-cicd.yaml b/.github/workflows/stable-cicd.yaml index 8c07c42..2d8f498 100644 --- a/.github/workflows/stable-cicd.yaml +++ b/.github/workflows/stable-cicd.yaml @@ -55,7 +55,7 @@ jobs: fetch-depth: 0 - name: 💵 Python Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip # The "key" used to indicate a set of cached files is the operating system runner diff --git a/.github/workflows/unstable-cicd.yaml b/.github/workflows/unstable-cicd.yaml index aa0c0fb..22a64ce 100644 --- a/.github/workflows/unstable-cicd.yaml +++ b/.github/workflows/unstable-cicd.yaml @@ -60,7 +60,7 @@ jobs: fetch-depth: 0 - name: 💵 Python Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip # The "key" used to indicate a set of cached files is the operating system runner