Skip to content

Commit

Permalink
Merge pull request #161 from pseewald/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4

Bump actions/cache from 3 to 4
  • Loading branch information
gnikit committed Jan 27, 2024
2 parents e2e11a1 + 6bd78d9 commit ee0cf1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit ee0cf1b

Please sign in to comment.