File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout code
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 ref : ${{ github.head_ref || github.ref }}
2121 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout code
21- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
2222 with :
2323 fetch-depth : 0
2424 ref : ${{ github.ref }}
4848
4949 steps :
5050 - name : Checkout code
51- uses : actions/checkout@v5
51+ uses : actions/checkout@v6
5252 with :
5353 fetch-depth : 0
5454 ref : ${{ github.ref }}
6464
6565 steps :
6666 - name : Checkout code
67- uses : actions/checkout@v5
67+ uses : actions/checkout@v6
6868 with :
6969 fetch-depth : 0
7070 ref : ${{ github.ref }}
9595
9696 steps :
9797 - name : Checkout code
98- uses : actions/checkout@v5
98+ uses : actions/checkout@v6
9999 with :
100100 fetch-depth : 0
101101 ref : ${{ github.ref }}
@@ -118,7 +118,7 @@ jobs:
118118 should-build : ${{ steps.check.outputs.should-build }}
119119 steps :
120120 - name : Checkout code
121- uses : actions/checkout@v5
121+ uses : actions/checkout@v6
122122 with :
123123 fetch-depth : 0
124124 ref : ${{ github.ref }}
@@ -209,7 +209,7 @@ jobs:
209209
210210 steps :
211211 - name : Checkout code
212- uses : actions/checkout@v5
212+ uses : actions/checkout@v6
213213 with :
214214 fetch-depth : 0
215215 ref : ${{ github.ref }}
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525 token : ${{ secrets.RELEASE_TOKEN }}
You can’t perform that action at this time.
0 commit comments