From 53f838c9713c33213cd90031d863d48531a0195e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 19:37:26 +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/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e45e082232..bd59fede37 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -168,7 +168,7 @@ jobs: python -m pip install -r requirements.txt - name: Cache Zenodo test data - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: build/tests/integrated/test-fci-mpi/grid.fci.nc # If we update the test, invalidate the cache @@ -205,7 +205,7 @@ jobs: submodules: true - name: Cache Zenodo test data - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: build/tests/integrated/test-fci-mpi/grid.fci.nc # If we update the test, invalidate the cache @@ -228,7 +228,7 @@ jobs: submodules: true - name: Cache Zenodo test data - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: build/tests/integrated/test-fci-mpi/grid.fci.nc # If we update the test, invalidate the cache