Skip to content

Commit

Permalink
Merge pull request #54 from JuliaClimate/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
juliohm authored Jan 8, 2025
2 parents 9145ba9 + 39c7cb2 commit b0ec36c
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
@@ -26,7 +26,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}

0 comments on commit b0ec36c

Please sign in to comment.