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 27
27
arch :
28
28
- x64
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
- uses : julia-actions/setup-julia@v2
32
32
with :
33
33
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 10
10
name : Documentation
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- uses : julia-actions/julia-buildpkg@latest
15
15
- uses : julia-actions/julia-docdeploy@latest
16
16
env :
Original file line number Diff line number Diff line change 26
26
- uses : julia-actions/setup-julia@latest
27
27
with :
28
28
version : ${{ matrix.julia-version }}
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
- name : Instantiate `format` environment and format
31
31
run : |
32
32
julia --project=format -e 'using Pkg; Pkg.instantiate()'
You can’t perform that action at this time.
0 commit comments