Skip to content

Commit

Permalink
Use Julia checkout latest instead of v1
Browse files Browse the repository at this point in the history
spares us from more dependabot requests later...
  • Loading branch information
JeffFessler authored Apr 8, 2024
1 parent 01d8583 commit 85c0257
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 @@ -24,7 +24,7 @@ jobs:
- x64
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 85c0257

Please sign in to comment.