|
25 | 25 | if: ${{ github.event_name == 'pull_request' }} |
26 | 26 | steps: |
27 | 27 | - name: Checkout |
28 | | - uses: actions/checkout@v5 |
| 28 | + uses: actions/checkout@v6 |
29 | 29 | with: |
30 | 30 | filter: blob:none |
31 | 31 | fetch-depth: 0 |
|
45 | 45 | if: ${{ github.event_name != 'schedule' }} |
46 | 46 | steps: |
47 | 47 | - name: Checkout |
48 | | - uses: actions/checkout@v5 |
| 48 | + uses: actions/checkout@v6 |
49 | 49 | with: |
50 | 50 | filter: blob:none |
51 | 51 | fetch-depth: 0 |
@@ -157,7 +157,7 @@ jobs: |
157 | 157 | runs-on: macos-15 |
158 | 158 | steps: |
159 | 159 | - name: Checkout |
160 | | - uses: actions/checkout@v5 |
| 160 | + uses: actions/checkout@v6 |
161 | 161 | with: |
162 | 162 | filter: blob:none |
163 | 163 | fetch-depth: 0 |
@@ -216,7 +216,7 @@ jobs: |
216 | 216 | if: ${{ github.event_name != 'schedule' }} |
217 | 217 | steps: |
218 | 218 | - name: Checkout |
219 | | - uses: actions/checkout@v5 |
| 219 | + uses: actions/checkout@v6 |
220 | 220 | with: |
221 | 221 | filter: blob:none |
222 | 222 | fetch-depth: 0 |
@@ -263,7 +263,7 @@ jobs: |
263 | 263 | runs-on: ${{ matrix.runner }} |
264 | 264 | steps: |
265 | 265 | - name: Checkout |
266 | | - uses: actions/checkout@v5 |
| 266 | + uses: actions/checkout@v6 |
267 | 267 | with: |
268 | 268 | fetch-depth: 0 |
269 | 269 | - name: Set up toolchain |
@@ -313,7 +313,7 @@ jobs: |
313 | 313 | if: ${{ github.event_name != 'schedule' }} |
314 | 314 | steps: |
315 | 315 | - name: Checkout |
316 | | - uses: actions/checkout@v5 |
| 316 | + uses: actions/checkout@v6 |
317 | 317 | with: |
318 | 318 | fetch-depth: 0 |
319 | 319 | - name: Set up toolchain |
@@ -350,7 +350,7 @@ jobs: |
350 | 350 | if: ${{ github.event_name != 'schedule' }} |
351 | 351 | steps: |
352 | 352 | - name: Checkout |
353 | | - uses: actions/checkout@v5 |
| 353 | + uses: actions/checkout@v6 |
354 | 354 | with: |
355 | 355 | filter: blob:none |
356 | 356 | fetch-depth: 0 |
@@ -409,7 +409,7 @@ jobs: |
409 | 409 | if: ${{ github.event_name != 'schedule' }} |
410 | 410 | steps: |
411 | 411 | - name: Checkout |
412 | | - uses: actions/checkout@v5 |
| 412 | + uses: actions/checkout@v6 |
413 | 413 | with: |
414 | 414 | filter: blob:none |
415 | 415 | fetch-depth: 0 |
@@ -452,7 +452,7 @@ jobs: |
452 | 452 | if: false # visionOS temporarily disabled until releases are resumed |
453 | 453 | steps: |
454 | 454 | - name: Checkout |
455 | | - uses: actions/checkout@v5 |
| 455 | + uses: actions/checkout@v6 |
456 | 456 | with: |
457 | 457 | filter: blob:none |
458 | 458 | fetch-depth: 0 |
@@ -506,7 +506,7 @@ jobs: |
506 | 506 | if: false # visionOS temporarily disabled until releases are resumed |
507 | 507 | steps: |
508 | 508 | - name: Checkout |
509 | | - uses: actions/checkout@v5 |
| 509 | + uses: actions/checkout@v6 |
510 | 510 | with: |
511 | 511 | filter: blob:none |
512 | 512 | fetch-depth: 0 |
@@ -550,7 +550,7 @@ jobs: |
550 | 550 | configuration: [Debug, Release] |
551 | 551 | steps: |
552 | 552 | - name: Checkout |
553 | | - uses: actions/checkout@v5 |
| 553 | + uses: actions/checkout@v6 |
554 | 554 | with: |
555 | 555 | filter: blob:none |
556 | 556 | fetch-depth: 0 |
@@ -637,7 +637,7 @@ jobs: |
637 | 637 | template: [all, windows] |
638 | 638 | steps: |
639 | 639 | - name: Checkout |
640 | | - uses: actions/checkout@v5 |
| 640 | + uses: actions/checkout@v6 |
641 | 641 | with: |
642 | 642 | filter: blob:none |
643 | 643 | fetch-depth: 0 |
@@ -735,7 +735,7 @@ jobs: |
735 | 735 | if: ${{ github.event_name != 'schedule' }} |
736 | 736 | steps: |
737 | 737 | - name: Checkout |
738 | | - uses: actions/checkout@v5 |
| 738 | + uses: actions/checkout@v6 |
739 | 739 | with: |
740 | 740 | filter: blob:none |
741 | 741 | fetch-depth: 0 |
|
0 commit comments