File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 37
37
runs-on : ubuntu-latest
38
38
if : ${{ !github.event.pull_request.draft }}
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
- uses : julia-actions/setup-julia@v2
42
42
with :
43
43
version : ' 1'
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout gh-pages branch
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
with :
14
14
ref : gh-pages
15
15
- name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 32
32
build :
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
- uses : julia-actions/setup-julia@v2
37
37
with :
38
38
version : ' lts'
Original file line number Diff line number Diff line change 20
20
with :
21
21
version : ${{ matrix.julia-version }}
22
22
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- name : Install JuliaFormatter and format
25
25
# This will use the latest version by default but you can set the version like so:
26
26
#
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
uses : crate-ci/typos@v1.35.4
Original file line number Diff line number Diff line change 37
37
arch :
38
38
- x64
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
with :
42
42
persist-credentials : false
43
43
- uses : julia-actions/setup-julia@v2
You can’t perform that action at this time.
0 commit comments