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 41
41
env :
42
42
PYTHON : " "
43
43
steps :
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
- uses : julia-actions/setup-julia@v1
46
46
with :
47
47
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 15
15
with :
16
16
version : ' 1'
17
17
show-versioninfo : true # print versioninfo in the action log
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- uses : julia-actions/julia-buildpkg@latest
20
20
- uses : julia-actions/julia-docdeploy@latest
21
21
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@v3
13
+ - uses : actions/checkout@v4
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