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 33
33
arch :
34
34
- x64
35
35
steps :
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@v5
37
37
- uses : julia-actions/setup-julia@v2
38
38
with :
39
39
version : ${{ matrix.version }}
51
51
name : Documentation
52
52
runs-on : ubuntu-latest
53
53
steps :
54
- - uses : actions/checkout@v4
54
+ - uses : actions/checkout@v5
55
55
- uses : julia-actions/setup-julia@v2
56
56
with :
57
57
version : ' 1'
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
ref : ${{ github.head_ref }}
21
21
- name : Setup Julia
Original file line number Diff line number Diff line change 26
26
- version : ' 1'
27
27
allow_failure : false
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
- uses : julia-actions/setup-julia@latest
31
31
with :
32
32
version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments