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 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 - uses : julia-actions/setup-julia@latest
1616 with :
1717 version : ' 1'
Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ jobs:
3232 - {user: SciML, repo: DelayDiffEq.jl, group: Interface}
3333
3434 steps :
35- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v3
3636 - uses : julia-actions/setup-julia@v1
3737 with :
3838 version : ${{ matrix.julia-version }}
3939 arch : x64
4040 - uses : julia-actions/julia-buildpkg@latest
4141 - name : Clone Downstream
42- uses : actions/checkout@v2
42+ uses : actions/checkout@v3
4343 with :
4444 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
4545 path : downstream
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 }}
You can’t perform that action at this time.
0 commit comments