Skip to content

Commit

Permalink
Update actions/checkout and julia-actions/setup-julia
Browse files Browse the repository at this point in the history
  • Loading branch information
sostock committed Apr 25, 2024
1 parent 42153ee commit 676c1ae
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 @@ -31,8 +31,8 @@ jobs:
- x86
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit 676c1ae

Please sign in to comment.