Skip to content

Commit

Permalink
Merge pull request #79 from gridap/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-4

Bump actions/cache from 2 to 4
  • Loading branch information
JordiManyer authored Nov 8, 2024
2 parents 00ebb42 + ca99c49 commit 0a72fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- name: Cache p4est
id: cache-p4est
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{env.P4EST_ROOT_DIR}}
key: ${{ runner.os }}-build-${{ env.P4EST_ROOT_DIR }}-
Expand Down

0 comments on commit 0a72fa2

Please sign in to comment.