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 4646 arch :
4747 - x64
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - uses : julia-actions/setup-julia@v2
5151 with :
5252 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
3333 - {repo: ClassicalOrthogonalPolynomials.jl, group: JuliaApproximation}
3434 - {repo: MultivariateOrthogonalPolynomials.jl, group: JuliaApproximation}
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v5
3737 - uses : julia-actions/setup-julia@v2
3838 with :
3939 version : ${{ matrix.julia-version }}
4040 arch : x64
4141 - uses : julia-actions/julia-buildpkg@latest
4242 - name : Clone Downstream
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444 with :
4545 repository : ${{ matrix.package.group }}/${{ matrix.package.repo }}
4646 path : downstream
You can’t perform that action at this time.
0 commit comments