|
57 | 57 | uses: github/branch-deploy@vX.X.X |
58 | 58 |
|
59 | 59 | # If the branch-deploy Action was triggered, checkout our branch |
60 | | - - uses: actions/checkout@v4 |
| 60 | + - uses: actions/checkout@v6 |
61 | 61 | with: |
62 | 62 | ref: ${{ steps.branch-deploy.outputs.sha }} |
63 | 63 |
|
@@ -121,7 +121,7 @@ jobs: |
121 | 121 | # If the branch-deploy Action was triggered, checkout our branch |
122 | 122 | - name: Checkout |
123 | 123 | if: steps.branch-deploy.outputs.continue == 'true' |
124 | | - uses: actions/checkout@v4 |
| 124 | + uses: actions/checkout@v6 |
125 | 125 | with: |
126 | 126 | ref: ${{ steps.branch-deploy.outputs.sha }} |
127 | 127 |
|
@@ -220,7 +220,7 @@ jobs: |
220 | 220 | # If the branch-deploy Action was triggered, checkout our branch |
221 | 221 | - name: Checkout |
222 | 222 | if: steps.branch-deploy.outputs.continue == 'true' |
223 | | - uses: actions/checkout@v4 |
| 223 | + uses: actions/checkout@v6 |
224 | 224 | with: |
225 | 225 | ref: ${{ steps.branch-deploy.outputs.sha }} |
226 | 226 |
|
@@ -273,7 +273,7 @@ jobs: |
273 | 273 | # If the branch-deploy Action was triggered, checkout our branch |
274 | 274 | - name: Checkout |
275 | 275 | if: steps.branch-deploy.outputs.continue == 'true' |
276 | | - uses: actions/checkout@v4 |
| 276 | + uses: actions/checkout@v6 |
277 | 277 | with: |
278 | 278 | ref: ${{ steps.branch-deploy.outputs.sha }} |
279 | 279 |
|
@@ -329,7 +329,7 @@ jobs: |
329 | 329 | # If the branch-deploy Action was triggered, checkout our branch |
330 | 330 | - name: Checkout |
331 | 331 | if: ${{ steps.branch-deploy.outputs.continue == 'true' }} |
332 | | - uses: actions/checkout@v4 |
| 332 | + uses: actions/checkout@v6 |
333 | 333 | with: |
334 | 334 | ref: ${{ steps.branch-deploy.outputs.sha }} |
335 | 335 |
|
@@ -384,7 +384,7 @@ jobs: |
384 | 384 | # If the branch-deploy Action was triggered, checkout our branch |
385 | 385 | - name: Checkout |
386 | 386 | if: ${{ steps.branch-deploy.outputs.continue == 'true' }} |
387 | | - uses: actions/checkout@v4 |
| 387 | + uses: actions/checkout@v6 |
388 | 388 | with: |
389 | 389 | ref: ${{ steps.branch-deploy.outputs.sha }} |
390 | 390 |
|
@@ -466,7 +466,7 @@ jobs: |
466 | 466 | # If the branch-deploy Action was triggered, checkout our branch |
467 | 467 | - name: Checkout |
468 | 468 | if: ${{ steps.branch-deploy.outputs.continue == 'true' }} |
469 | | - uses: actions/checkout@v4 |
| 469 | + uses: actions/checkout@v6 |
470 | 470 | with: |
471 | 471 | ref: ${{ steps.branch-deploy.outputs.sha }} |
472 | 472 |
|
@@ -547,7 +547,7 @@ jobs: |
547 | 547 | steps: |
548 | 548 | # checkout the project's repository based on the commit SHA provided by the branch-deploy step |
549 | 549 | - name: checkout |
550 | | - uses: actions/checkout@v4 |
| 550 | + uses: actions/checkout@v6 |
551 | 551 | with: |
552 | 552 | ref: ${{ needs.trigger.outputs.sha }} |
553 | 553 |
|
@@ -732,7 +732,7 @@ jobs: |
732 | 732 | steps: |
733 | 733 | # checkout the project's repository based on the commit SHA provided by the branch-deploy step |
734 | 734 | - name: checkout |
735 | | - uses: actions/checkout@v4 |
| 735 | + uses: actions/checkout@v6 |
736 | 736 | with: |
737 | 737 | ref: ${{ needs.trigger.outputs.sha }} |
738 | 738 |
|
@@ -970,7 +970,7 @@ jobs: |
970 | 970 |
|
971 | 971 | steps: |
972 | 972 | - name: checkout |
973 | | - uses: actions/checkout@v4 |
| 973 | + uses: actions/checkout@v6 |
974 | 974 | with: |
975 | 975 | ref: ${{ needs.trigger.outputs.sha }} |
976 | 976 |
|
@@ -1195,7 +1195,7 @@ jobs: |
1195 | 1195 | steps: |
1196 | 1196 | - name: Checkout |
1197 | 1197 | id: checkout |
1198 | | - uses: actions/checkout@v4 |
| 1198 | + uses: actions/checkout@v6 |
1199 | 1199 | with: |
1200 | 1200 | ref: ${{ needs.start.outputs.sha }} |
1201 | 1201 |
|
|
0 commit comments