Skip to content

Commit

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

Bump actions/checkout from 2 to 4
  • Loading branch information
JordiManyer authored Nov 8, 2024
2 parents 90b7f58 + a72179a commit 00ebb42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache p4est
id: cache-p4est
uses: actions/cache@v2
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1'
Expand Down

0 comments on commit 00ebb42

Please sign in to comment.