This repository was archived by the owner on Jan 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 runs-on : ubuntu-22.04
4343 if : github.event.action != 'deleted'
4444 steps :
45- - uses : actions/checkout@v2
45+ - uses : actions/checkout@v3
4646 with :
4747 submodules : true
4848 repository : ${{ inputs.repo }}
Original file line number Diff line number Diff line change 6767 runs-on : ubuntu-22.04
6868 if : github.event.action != 'deleted'
6969 steps :
70- - uses : actions/checkout@v2
70+ - uses : actions/checkout@v3
7171 with :
7272 submodules : true
7373 repository : ${{ inputs.repo }}
Original file line number Diff line number Diff line change 3232 docs :
3333 runs-on : ubuntu-22.04
3434 steps :
35- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v3
3636 with :
3737 submodules : true
3838 repository : ${{ inputs.repo }}
Original file line number Diff line number Diff line change 3232 lint :
3333 runs-on : ubuntu-22.04
3434 steps :
35- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v3
3636 with :
3737 submodules : true
3838 repository : ${{ inputs.repo }}
Original file line number Diff line number Diff line change 4141 build :
4242 runs-on : ubuntu-22.04
4343 steps :
44- - uses : actions/checkout@v2
44+ - uses : actions/checkout@v3
4545 with :
4646 submodules : true
4747 repository : ${{ inputs.repo }}
Original file line number Diff line number Diff line change 3333 url : ${{ steps.deployment.outputs.page_url }}
3434 runs-on : ubuntu-22.04
3535 steps :
36- - uses : actions/checkout@v2
36+ - uses : actions/checkout@v3
3737 with :
3838 submodules : true
3939 repository : ${{ inputs.repo }}
Original file line number Diff line number Diff line change 9090
9191 runs-on : ${{ matrix.os }}
9292 steps :
93- - uses : actions/checkout@v2
93+ - uses : actions/checkout@v3
9494 with :
9595 submodules : true
9696 repository : ${{ inputs.repo }}
You can’t perform that action at this time.
0 commit comments