File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 arch :
3838 - x64
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 - uses : julia-actions/setup-julia@v2
4242 with :
4343 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 3333 # needed to allow the workflow to create a status with a link to the docs preview
3434 statuses : write
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 - uses : julia-actions/setup-julia@v2
3838 with :
3939 version : ' 1'
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
3030 - {user: JuliaMath, repo: FFTW.jl}
3131 - {user: JuliaApproximation, repo: FastTransforms.jl}
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 - uses : julia-actions/setup-julia@v2
3535 with :
3636 version : ${{ matrix.julia-version }}
3737 arch : x64
3838 - uses : julia-actions/cache@v2
3939 - uses : julia-actions/julia-buildpkg@v1
4040 - name : Clone Downstream
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6
4242 with :
4343 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
4444 path : downstream
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525 with :
2626 version : ' 1'
2727 - uses : julia-actions/cache@v2
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 - uses : julia-actions/julia-buildpkg@v1
3030 - uses : julia-actions/julia-invalidations@v1
3131 id : invs_pr
3232
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 with :
3535 ref : ${{ github.event.repository.default_branch }}
3636 - uses : julia-actions/julia-buildpkg@v1
You can’t perform that action at this time.
0 commit comments