File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
- ' 1'
19
19
- ' 1.6'
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
- uses : julia-actions/setup-julia@v1
23
23
with :
24
24
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 12
12
build :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v2
15
+ - uses : actions/checkout@v3
16
16
- uses : julia-actions/setup-julia@latest
17
17
with :
18
18
version : ' 1'
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
- {user: SciML, repo: OrdinaryDiffEq.jl, group: Interface}
27
27
- {user: SciML, repo: DelayDiffEq.jl, group: Interface}
28
28
steps :
29
- - uses : actions/checkout@v2
29
+ - uses : actions/checkout@v3
30
30
- uses : julia-actions/setup-julia@v1
31
31
with :
32
32
version : ${{ matrix.julia-version }}
33
33
arch : x64
34
34
- uses : julia-actions/julia-buildpkg@latest
35
35
- name : Clone Downstream
36
- uses : actions/checkout@v2
36
+ uses : actions/checkout@v3
37
37
with :
38
38
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
39
39
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@v1
24
+ - uses : actions/checkout@v3
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
#
You can’t perform that action at this time.
0 commit comments