Skip to content

Commit ee0cf1b

Browse files
authored
Merge pull request #161 from pseewald/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents e2e11a1 + 6bd78d9 commit ee0cf1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
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)