File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 arch :
2424 - x64
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - uses : julia-actions/setup-julia@v2
2828 with :
2929 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 2222 # needed to allow the workflow to create a status with a link to the docs preview
2323 statuses : write
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - uses : julia-actions/setup-julia@v2
2727 with :
2828 version : ' 1'
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 - {user: JuliaMath, repo: FFTW.jl}
2121 - {user: JuliaApproximation, repo: FastTransforms.jl}
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 - uses : julia-actions/setup-julia@v2
2525 with :
2626 version : ${{ matrix.julia-version }}
2727 arch : x64
2828 - uses : julia-actions/julia-buildpkg@v1
2929 - name : Clone Downstream
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
3333 path : downstream
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - uses : julia-actions/setup-julia@v2
2020 with :
2121 version : ' 1'
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : julia-actions/julia-buildpkg@v1
2424 - uses : julia-actions/julia-invalidations@v1
2525 id : invs_pr
2626
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 with :
2929 ref : ${{ github.event.repository.default_branch }}
3030 - uses : julia-actions/julia-buildpkg@v1
You can’t perform that action at this time.
0 commit comments