File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout gh-pages branch
12- uses : actions/checkout@v2
12+ uses : actions/checkout@v3
1313 with :
1414 ref : gh-pages
1515 - name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 3333 arch :
3434 - x64
3535 steps :
36- - uses : actions/checkout@v2
36+ - uses : actions/checkout@v3
3737 - uses : julia-actions/setup-julia@v1
3838 with :
3939 version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 1717 build :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 - uses : julia-actions/setup-julia@latest
2222 with :
2323 version : ' 1'
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
3333 - {user: PSORLab, repo: EAGO.jl, group: All}
3434
3535 steps :
36- - uses : actions/checkout@v2
36+ - uses : actions/checkout@v3
3737 - uses : julia-actions/setup-julia@v1
3838 with :
3939 version : ${{ matrix.julia-version }}
4040 arch : x64
4141 - uses : julia-actions/julia-buildpkg@latest
4242 - name : Clone Downstream
43- uses : actions/checkout@v2
43+ uses : actions/checkout@v3
4444 with :
4545 repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
4646 path : downstream
You can’t perform that action at this time.
0 commit comments