File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717 - ' 1'
1818 - ' 1.6'
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 - uses : julia-actions/setup-julia@v1
2222 with :
2323 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@v2
15+ - uses : actions/checkout@v3
1616 - uses : julia-actions/setup-julia@latest
1717 with :
1818 version : ' 1'
Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ jobs:
2323 - {user: SciML, repo: OrdinaryDiffEq.jl, group: InterfaceIV}
2424 - {user: SciML, repo: OrdinaryDiffEq.jl, group: InterfaceV}
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727 - uses : julia-actions/setup-julia@v1
2828 with :
2929 version : ${{ matrix.julia-version }}
3030 arch : x64
3131 - uses : julia-actions/julia-buildpkg@latest
3232 - name : Clone Downstream
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v3
3434 with :
3535 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
3636 path : downstream
Original file line number Diff line number Diff line change 2121 with :
2222 version : ${{ matrix.julia-version }}
2323
24- - uses : actions/checkout@v1
24+ - uses : actions/checkout@v3
2525 - name : Install JuliaFormatter and format
2626 # This will use the latest version by default but you can set the version like so:
2727 #
You can’t perform that action at this time.
0 commit comments