This repository was archived by the owner on Aug 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 - ' 1' # Latest Release
2020 - ' 1.10' # future LTS
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : julia-actions/setup-julia@v2
2424 with :
2525 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : julia-actions/setup-julia@latest
1717 with :
1818 version : ' 1'
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
2424 - {user: SciML, repo: BoundaryValueDiffEq.jl, group: All}
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - uses : julia-actions/setup-julia@v2
2929 with :
3030 version : ${{ matrix.julia-version }}
3131 arch : x64
3232 - uses : julia-actions/julia-buildpkg@latest
3333 - name : Clone Downstream
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
3737 path : downstream
Original file line number Diff line number Diff line change 2121 with :
2222 version : ${{ matrix.julia-version }}
2323
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - name : Install JuliaFormatter and format
2626 # This will use the latest version by default but you can set the version like so:
2727 #
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