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 19
19
- ' 1'
20
20
- ' 1.6'
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 }}
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@v3
15
+ - uses : actions/checkout@v4
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 @@ -19,14 +19,14 @@ jobs:
19
19
package :
20
20
- {user: SciML, repo: OrdinaryDiffEq.jl, group: InterfaceII}
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.julia-version }}
26
26
arch : x64
27
27
- uses : julia-actions/julia-buildpkg@latest
28
28
- name : Clone Downstream
29
- uses : actions/checkout@v3
29
+ uses : actions/checkout@v4
30
30
with :
31
31
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
32
32
path : downstream
You can’t perform that action at this time.
0 commit comments