File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
contents : write
17
17
steps :
18
18
- name : Checkout gh-pages branch
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
with :
21
21
ref : gh-pages
22
22
- name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Check out project
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
- name : Set up Julia
32
32
uses : julia-actions/setup-julia@v2
33
33
with :
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout Actions Repository
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
- name : Check spelling
13
13
Original file line number Diff line number Diff line change 51
51
arch : x64
52
52
steps :
53
53
- name : Check out project
54
- uses : actions/checkout@v4
54
+ uses : actions/checkout@v5
55
55
- name : Set up Julia
56
56
uses : julia-actions/setup-julia@v2
57
57
with :
You can’t perform that action at this time.
0 commit comments