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 1818 - ' 1'
1919 - ' 1.6'
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - uses : julia-actions/setup-julia@v1
2323 with :
2424 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@v3
15+ - uses : actions/checkout@v4
1616 - uses : julia-actions/setup-julia@latest
1717 with :
1818 version : ' 1'
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626 - {user: SciML, repo: OrdinaryDiffEq.jl, group: Interface}
2727 - {user: SciML, repo: DelayDiffEq.jl, group: Interface}
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
3030 - uses : julia-actions/setup-julia@v1
3131 with :
3232 version : ${{ matrix.julia-version }}
3333 arch : x64
3434 - uses : julia-actions/julia-buildpkg@latest
3535 - name : Clone Downstream
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737 with :
3838 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
3939 path : downstream
Original file line number Diff line number Diff line change 2121 with :
2222 version : ${{ matrix.julia-version }}
2323
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
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@v1
2020 with :
2121 version : ' 1'
22- - uses : actions/checkout@v3
22+ - uses : actions/checkout@v4
2323 - uses : julia-actions/julia-buildpkg@v1
2424 - uses : julia-actions/julia-invalidations@v1
2525 id : invs_pr
2626
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
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