File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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 }}
53
53
name : Documentation
54
54
runs-on : ubuntu-latest
55
55
steps :
56
- - uses : actions/checkout@v4
56
+ - uses : actions/checkout@v5
57
57
- uses : julia-actions/setup-julia@v2
58
58
with :
59
59
version : ' 1'
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout gh-pages branch
10
- uses : actions/checkout@v4
10
+ uses : actions/checkout@v5
11
11
with :
12
12
ref : gh-pages
13
13
- name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 7
7
build :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
- name : Install JuliaFormatter and format
12
12
run : |
13
13
julia -e 'import Pkg; Pkg.add(name="JuliaFormatter", version="1")'
You can’t perform that action at this time.
0 commit comments