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 4545 arch :
4646 - x64
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 - uses : julia-actions/setup-julia@v2
5050 with :
5151 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
4343 - {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra}
4444
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747 - uses : julia-actions/setup-julia@v2
4848 with :
4949 version : ${{ matrix.julia-version }}
5050 arch : x64
5151 - uses : julia-actions/julia-buildpkg@latest
5252 - name : Clone Downstream
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454 with :
5555 repository : ${{ matrix.package.group }}/${{ matrix.package.repo }}
5656 path : downstream
You can’t perform that action at this time.
0 commit comments