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 @@ -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 38
38
arch :
39
39
- x64
40
40
steps :
41
- - uses : actions/checkout@v3
41
+ - uses : actions/checkout@v4
42
42
- uses : julia-actions/setup-julia@v1
43
43
with :
44
44
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 18
18
julia-version : [1]
19
19
os : [ubuntu-latest]
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- uses : julia-actions/setup-julia@latest
23
23
with :
24
24
version : ${{ matrix.julia-version }}
Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ jobs:
45
45
- {repo: Optim.jl, group: JuliaNLSolvers}
46
46
47
47
steps :
48
- - uses : actions/checkout@v3
48
+ - uses : actions/checkout@v4
49
49
- uses : julia-actions/setup-julia@v1
50
50
with :
51
51
version : ${{ matrix.julia-version }}
52
52
arch : x64
53
53
- uses : julia-actions/julia-buildpkg@latest
54
54
- name : Clone Downstream
55
- uses : actions/checkout@v3
55
+ uses : actions/checkout@v4
56
56
with :
57
57
repository : ${{ matrix.package.group }}/${{ matrix.package.repo }}
58
58
path : downstream
You can’t perform that action at this time.
0 commit comments