Skip to content

Commit e61f170

Browse files
authored
Merge pull request #116 from gridap/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents d3a1383 + 17c72c2 commit e61f170

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
- name: Cache petsc
2424
id: cache-petsc
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: ${{env.JULIA_PETSC_LIBRARY}}
2828
key: ${{ runner.os }}-build-${{ env.JULIA_PETSC_LIBRARY }}-

0 commit comments

Comments
 (0)