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 46
46
arch :
47
47
- x64
48
48
steps :
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@v4
50
50
- uses : julia-actions/setup-julia@v1
51
51
with :
52
52
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ jobs:
42
42
- {repo: ApproxFunSingularities.jl, group: JuliaApproximation}
43
43
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
- uses : julia-actions/setup-julia@v1
47
47
with :
48
48
version : ${{ matrix.julia-version }}
49
49
arch : x64
50
50
- uses : julia-actions/julia-buildpkg@latest
51
51
- name : Clone Downstream
52
- uses : actions/checkout@v3
52
+ uses : actions/checkout@v4
53
53
with :
54
54
repository : ${{ matrix.package.group }}/${{ matrix.package.repo }}
55
55
path : downstream
You can’t perform that action at this time.
0 commit comments