File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : julia-actions/setup-julia@latest
16
16
with :
17
17
version : ' 1'
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ jobs:
32
32
- {user: SciML, repo: DelayDiffEq.jl, group: Interface}
33
33
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
- uses : julia-actions/setup-julia@v1
37
37
with :
38
38
version : ${{ matrix.julia-version }}
39
39
arch : x64
40
40
- uses : julia-actions/julia-buildpkg@latest
41
41
- name : Clone Downstream
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
with :
44
44
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
45
45
path : downstream
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
- uses : julia-actions/setup-julia@v1
20
20
with :
21
21
version : ' 1'
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : julia-actions/julia-buildpkg@v1
24
24
- uses : julia-actions/julia-invalidations@v1
25
25
id : invs_pr
26
26
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
with :
29
29
ref : ${{ github.event.repository.default_branch }}
30
30
- uses : julia-actions/julia-buildpkg@v1
Original file line number Diff line number Diff line change 19
19
- ' 1.7'
20
20
- ' 1.8'
21
21
steps :
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : julia-actions/setup-julia@v1
24
24
with :
25
25
version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments