From 6bd78d9fc1a0c6bc75899885a2bd4f89e85ea7ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:17:43 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 028d80e..c41da81 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Create resource cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./fortran_tests/before/*/ key: resources-${{ github.event_name }} @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 - name: Load resources - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./fortran_tests/before/*/ key: resources-${{ github.event_name }}