File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3434 matrix : ${{ steps.lookup.outputs.matrix }}
3535 steps :
3636 - name : π€ checkout
37- uses : actions/checkout@v2
37+ uses : actions/checkout@v4
3838
3939 - name : π lookup
4040 id : lookup
5353 os : ${{ fromJSON(needs.os-matrix.outputs.matrix) }}
5454 steps :
5555 - name : π€ checkout
56- uses : actions/checkout@v2
56+ uses : actions/checkout@v4
5757 with :
5858 submodules : recursive
5959 fetch-depth : 0
9090 runs-on : ubuntu-latest
9191 steps :
9292 - name : π€ checkout
93- uses : actions/checkout@v2
93+ uses : actions/checkout@v4
9494 with :
9595 submodules : recursive
9696 fetch-depth : 0
Original file line number Diff line number Diff line change 1717 github_token : ${{ secrets.GITHUB_TOKEN }}
1818
1919 - name : π€ checkout
20- uses : actions/checkout@v2
20+ uses : actions/checkout@v4
2121 with :
2222 fetch-depth : 0
2323 ref : main
Original file line number Diff line number Diff line change 2424 github_token : ${{ secrets.GITHUB_TOKEN }}
2525
2626 - name : π€ checkout
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 0
3030 ref : main
Original file line number Diff line number Diff line change 2121 github_token : ${{ secrets.GITHUB_TOKEN }}
2222
2323 - name : π€ checkout
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v4
2525 with :
2626 token : ${{ env.GH_TOKEN }}
2727
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : π€ checkout
22- uses : actions/checkout@v2
22+ uses : actions/checkout@v4
2323 with :
2424 submodules : recursive
2525 fetch-depth : 0
Original file line number Diff line number Diff line change 1515 steps :
1616 - name : π€ checkout
1717 if : env.token != ''
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1919
2020 - name : π sponsor
2121 if : env.token != ''
You canβt perform that action at this time.
0 commit comments