File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
- ' 1'
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- - uses : julia-actions/setup-julia@v1
20
+ - uses : julia-actions/setup-julia@v2
21
21
with :
22
22
version : ${{ matrix.version }}
23
23
- uses : actions/cache@v4
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 16
16
if : github.base_ref == github.event.repository.default_branch
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : julia-actions/setup-julia@v1
19
+ - uses : julia-actions/setup-julia@v2
20
20
with :
21
21
version : ' 1'
22
22
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments