File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- name : Checkout Repository
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
with :
14
14
ref : ${{ github.event.pull_request.head.sha }}
15
15
Original file line number Diff line number Diff line change 56
56
- Group2
57
57
58
58
steps :
59
- - uses : actions/checkout@v4
59
+ - uses : actions/checkout@v5
60
60
61
61
- uses : julia-actions/setup-julia@v2
62
62
with :
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
31
31
- uses : julia-actions/setup-julia@v2
32
32
with :
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout gh-pages branch
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
with :
22
22
ref : gh-pages
23
23
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 20
20
enzyme :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
25
25
- uses : julia-actions/setup-julia@v2
26
26
with :
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
- {user: TuringLang, repo: Turing.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 : 1
28
28
- uses : julia-actions/julia-buildpkg@v1
29
29
- name : Clone Downstream
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
with :
32
32
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
33
33
path : downstream
Original file line number Diff line number Diff line change 23
23
- Group2
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- uses : julia-actions/setup-julia@v2
28
28
with :
29
29
version : ' pre' # pre-release
You can’t perform that action at this time.
0 commit comments