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 16
16
build :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- uses : julia-actions/setup-julia@latest
21
21
with :
22
22
version : ' 1'
Original file line number Diff line number Diff line change 26
26
version : ['1', 'nightly']
27
27
os : [ubuntu-latest, windows-latest, macOS-latest]
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
# - name: "Set up Julia"
31
31
- uses : julia-actions/setup-julia@latest
32
32
with :
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout gh-pages branch
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
ref : gh-pages
17
17
- name : Delete preview and history + push changes
You can’t perform that action at this time.
0 commit comments