From 760fbbe7de4b39a3edcdb767e2bf7982565b1038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:04:14 +0000 Subject: [PATCH] build(deps): 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/test_python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index 9f653c1de1..b03568435b 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -47,7 +47,7 @@ jobs: CMAKE_POLICY_VERSION_MINIMUM: 3.5 - run: dp --version - name: Get durations from cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .test_durations # the key must never match, even when restarting workflows, as that @@ -89,7 +89,7 @@ jobs: needs: testpython steps: - name: Get durations from cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .test_durations # key won't match during the first run for the given commit, but