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 11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
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@v2
35
+ - uses : actions/checkout@v3
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@v2
42
+ uses : actions/checkout@v3
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 17
17
- ' 1'
18
18
- ' 1.6'
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
- uses : julia-actions/setup-julia@v1
22
22
with :
23
23
version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments