File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 - x64
2626 steps :
2727 - uses : actions/checkout@v4
28- - uses : julia-actions/setup-julia@v1
28+ - uses : julia-actions/setup-julia@v2
2929 with :
3030 version : ${{ matrix.version }}
3131 arch : ${{ matrix.arch }}
5353 runs-on : ubuntu-latest
5454 steps :
5555 - uses : actions/checkout@v4
56- - uses : julia-actions/setup-julia@v1
56+ - uses : julia-actions/setup-julia@v2
5757 with :
5858 version : ' 1'
5959 - uses : cjdoris/julia-downgrade-compat-action@v1
Original file line number Diff line number Diff line change 1616 run : which julia
1717 continue-on-error : true
1818 - name : Install Julia, but only if it is not already available in the PATH
19- uses : julia-actions/setup-julia@v1
19+ uses : julia-actions/setup-julia@v2
2020 with :
2121 version : ' 1'
2222 arch : ${{ runner.arch }}
You can’t perform that action at this time.
0 commit comments