From b0f322fc92b9f9e0c29491ef9a4586bb7a4d3408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 19:32:36 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' 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 76c627b9b4..d9cbc07574 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -168,14 +168,14 @@ jobs: python -m pip install -r requirements.txt - name: Cache Zenodo test data - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: build/tests/integrated/test-fci-mpi/grid.fci.nc # If we update the test, invalidate the cache key: zenodo-data-${{ hashFiles('tests/integrated/test-fci-mpi/CMakeLists.txt') }} - name: Cache SUNDIALS build - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: /home/runner/local key: bout-sundials-${{ matrix.config.os }}${{ matrix.config.build_petsc }} @@ -205,7 +205,7 @@ jobs: submodules: true - name: Cache Zenodo test data - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: build/tests/integrated/test-fci-mpi/grid.fci.nc # If we update the test, invalidate the cache