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 26
26
env :
27
27
PYTHON : " "
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
30
30
- uses : julia-actions/setup-julia@v1
31
31
with :
32
32
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 14
14
with :
15
15
version : ' 1'
16
16
show-versioninfo : true # print versioninfo in the action log
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v3
18
18
- uses : julia-actions/julia-buildpkg@latest
19
19
- uses : julia-actions/julia-docdeploy@latest
20
20
env :
Original file line number Diff line number Diff line change 10
10
name : ' Check builtins.jl consistency'
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- uses : julia-actions/setup-julia@v1
15
15
with :
16
16
version : nightly
You can’t perform that action at this time.
0 commit comments