File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 38
38
runs-on : ubuntu-latest
39
39
if : ${{ !github.event.pull_request.draft }}
40
40
steps :
41
- - uses : actions/checkout@v4
41
+ - uses : actions/checkout@v5
42
42
- uses : julia-actions/setup-julia@v2
43
43
with :
44
44
version : ' lts'
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout gh-pages branch
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
with :
18
18
ref : gh-pages
19
19
- name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 34
34
build :
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
- uses : julia-actions/setup-julia@v2
39
39
with :
40
40
version : ' lts'
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
- {user: qojulia, repo: QuantumCumulants.jl}
22
22
23
23
steps :
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- uses : julia-actions/setup-julia@v2
26
26
with :
27
27
version : ${{ matrix.julia-version }}
28
28
arch : x64
29
29
- uses : julia-actions/julia-buildpkg@latest
30
30
- name : Clone Downstream
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
with :
33
33
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
34
34
path : downstream
Original file line number Diff line number Diff line change 21
21
with :
22
22
version : ${{ matrix.julia-version }}
23
23
24
- - uses : actions/checkout@v4
24
+ - uses : actions/checkout@v5
25
25
- name : Install JuliaFormatter and format
26
26
# This will use the latest version by default but you can set the version like so:
27
27
#
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout Actions Repository
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- name : Check spelling
19
19
Original file line number Diff line number Diff line change 54
54
arch :
55
55
- x64
56
56
steps :
57
- - uses : actions/checkout@v4
57
+ - uses : actions/checkout@v5
58
58
with :
59
59
persist-credentials : false
60
60
- uses : julia-actions/setup-julia@v2
You can’t perform that action at this time.
0 commit comments