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 47
47
arch :
48
48
- x64
49
49
steps :
50
- - uses : actions/checkout@v3
50
+ - uses : actions/checkout@v4
51
51
- uses : julia-actions/setup-julia@v1
52
52
with :
53
53
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ jobs:
45
45
- {repo: ApproxFunSingularities.jl, group: JuliaApproximation}
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