File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout pull request branch
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626
5656
5757 steps :
5858 - name : Checkout pull request branch
59- uses : actions/checkout@v5
59+ uses : actions/checkout@v6
6060 with :
6161 fetch-depth : 0
6262
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout pull request branch
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 0
3333
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout main
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 with :
1616 ref : main
1717
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout main
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 with :
2525 ref : main
2626
4141
4242 steps :
4343 - name : Checkout main
44- uses : actions/checkout@v5
44+ uses : actions/checkout@v6
4545 with :
4646 ref : main
4747
Original file line number Diff line number Diff line change 3232 if : ${{ github.event.inputs.commit }} == "auto"
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636 with :
3737 token : ${{ secrets.CI_TOKEN }}
3838 fetch-depth : 0
8282 fi
8383
8484 - name : Checkout HEAD
85- uses : actions/checkout@v5
85+ uses : actions/checkout@v6
8686 with :
8787 ref : ${{ steps.determine-commit.outputs.commit }}
8888
Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout pull request branch
16- uses : actions/checkout@v5
16+ uses : actions/checkout@v6
1717 with :
1818 token : ${{ secrets.CI_TOKEN }}
1919 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments