File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 version :
1919 - ' 1'
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 - uses : julia-actions/setup-julia@v2
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@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 @@ -19,14 +19,14 @@ jobs:
1919 package :
2020 - {user: SciML, repo: OrdinaryDiffEq.jl, group: InterfaceII}
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - uses : julia-actions/setup-julia@v2
2424 with :
2525 version : ${{ matrix.julia-version }}
2626 arch : x64
2727 - uses : julia-actions/julia-buildpkg@latest
2828 - name : Clone Downstream
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
3232 path : downstream
You can’t perform that action at this time.
0 commit comments