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 15
15
run : which julia
16
16
continue-on-error : true
17
17
- name : Install Julia, but only if it is not already available in the PATH
18
- uses : julia-actions/setup-julia@v1
18
+ uses : julia-actions/setup-julia@v2
19
19
with :
20
20
version : ' 1'
21
21
arch : ${{ runner.arch }}
Original file line number Diff line number Diff line change 41
41
arch : x64
42
42
steps :
43
43
- uses : actions/checkout@v4
44
- - uses : julia-actions/setup-julia@v1
44
+ - uses : julia-actions/setup-julia@v2
45
45
with :
46
46
version : ${{ matrix.version }}
47
47
arch : ${{ matrix.arch }}
63
63
runs-on : ubuntu-latest
64
64
steps :
65
65
- uses : actions/checkout@v4
66
- - uses : julia-actions/setup-julia@v1
66
+ - uses : julia-actions/setup-julia@v2
67
67
with :
68
68
version : ' 1'
69
69
- uses : julia-actions/cache@v1
You can’t perform that action at this time.
0 commit comments