Skip to content

Commit

Permalink
Use Julia 1.10.5 in invalidations GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Oct 9, 2024
1 parent a56368e commit 5b67e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/invalidations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.10.5'
- uses: actions/checkout@v4
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-invalidations@v1
Expand Down

0 comments on commit 5b67e5d

Please sign in to comment.