Skip to content

Commit 6bd78d9

Browse files
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](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2e11a1 commit 6bd78d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Create resource cache
1818
id: cache
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: ./fortran_tests/before/*/
2222
key: resources-${{ github.event_name }}
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@v4
4747

4848
- name: Load resources
49-
uses: actions/cache@v3
49+
uses: actions/cache@v4
5050
with:
5151
path: ./fortran_tests/before/*/
5252
key: resources-${{ github.event_name }}

0 commit comments

Comments
 (0)