File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 - ' 1'
2525 - ' 1.6'
2626 steps :
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v3
2828 - uses : julia-actions/setup-julia@v1
2929 with :
3030 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121 - {user: SciML, repo: DiffEqNoiseProcess.jl, group: All}
2222
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v3
2525 - uses : julia-actions/setup-julia@v1
2626 with :
2727 version : ${{ matrix.julia-version }}
2828 arch : x64
2929 - uses : julia-actions/julia-buildpkg@latest
3030 - name : Clone Downstream
31- uses : actions/checkout@v2
31+ uses : actions/checkout@v3
3232 with :
3333 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
3434 path : downstream
You can’t perform that action at this time.
0 commit comments