File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
- x64
30
30
steps :
31
31
- uses : actions/checkout@v4
32
- - uses : julia-actions/setup-julia@v1
32
+ - uses : julia-actions/setup-julia@v2
33
33
with :
34
34
version : ${{ matrix.version }}
35
35
arch : ${{ matrix.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
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v4
17
- - uses : julia-actions/setup-julia@v1
17
+ - uses : julia-actions/setup-julia@v2
18
18
with :
19
19
version : ' 1.8'
20
20
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments