File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
- ' 1'
25
25
- ' 1.6'
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
- uses : julia-actions/setup-julia@v1
29
29
with :
30
30
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
- {user: SciML, repo: DiffEqNoiseProcess.jl, group: All}
22
22
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
- uses : julia-actions/setup-julia@v1
26
26
with :
27
27
version : ${{ matrix.julia-version }}
28
28
arch : x64
29
29
- uses : julia-actions/julia-buildpkg@latest
30
30
- name : Clone Downstream
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
with :
33
33
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
34
34
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
You can’t perform that action at this time.
0 commit comments