File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
arch :
49
49
- x64
50
50
steps :
51
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
52
52
- uses : julia-actions/setup-julia@v1
53
53
with :
54
54
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
43
43
- {repo: ApproxFun.jl, group: JuliaApproximation}
44
44
45
45
steps :
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
- uses : julia-actions/setup-julia@v1
48
48
with :
49
49
version : ${{ matrix.julia-version }}
50
50
arch : x64
51
51
- uses : julia-actions/julia-buildpkg@latest
52
52
- name : Clone Downstream
53
- uses : actions/checkout@v3
53
+ uses : actions/checkout@v4
54
54
with :
55
55
repository : ${{ matrix.package.group }}/${{ matrix.package.repo }}
56
56
path : downstream
You can’t perform that action at this time.
0 commit comments