|
23 | 23 | if: ${{ github.event_name == 'pull_request' }} |
24 | 24 | steps: |
25 | 25 | - name: Checkout |
26 | | - uses: actions/checkout@v4 |
| 26 | + uses: actions/checkout@v5 |
27 | 27 | with: |
28 | 28 | filter: blob:none |
29 | 29 | fetch-depth: 0 |
|
43 | 43 | if: ${{ github.event_name != 'schedule' }} |
44 | 44 | steps: |
45 | 45 | - name: Checkout |
46 | | - uses: actions/checkout@v4 |
| 46 | + uses: actions/checkout@v5 |
47 | 47 | with: |
48 | 48 | filter: blob:none |
49 | 49 | fetch-depth: 0 |
@@ -153,7 +153,7 @@ jobs: |
153 | 153 | runs-on: macos-15 |
154 | 154 | steps: |
155 | 155 | - name: Checkout |
156 | | - uses: actions/checkout@v4 |
| 156 | + uses: actions/checkout@v5 |
157 | 157 | with: |
158 | 158 | filter: blob:none |
159 | 159 | fetch-depth: 0 |
@@ -212,7 +212,7 @@ jobs: |
212 | 212 | if: ${{ github.event_name != 'schedule' }} |
213 | 213 | steps: |
214 | 214 | - name: Checkout |
215 | | - uses: actions/checkout@v4 |
| 215 | + uses: actions/checkout@v5 |
216 | 216 | with: |
217 | 217 | filter: blob:none |
218 | 218 | fetch-depth: 0 |
@@ -259,7 +259,7 @@ jobs: |
259 | 259 | runs-on: ${{ matrix.runner }} |
260 | 260 | steps: |
261 | 261 | - name: Checkout |
262 | | - uses: actions/checkout@v4 |
| 262 | + uses: actions/checkout@v5 |
263 | 263 | with: |
264 | 264 | fetch-depth: 0 |
265 | 265 | - name: Set up toolchain |
@@ -309,7 +309,7 @@ jobs: |
309 | 309 | if: ${{ github.event_name != 'schedule' }} |
310 | 310 | steps: |
311 | 311 | - name: Checkout |
312 | | - uses: actions/checkout@v4 |
| 312 | + uses: actions/checkout@v5 |
313 | 313 | with: |
314 | 314 | fetch-depth: 0 |
315 | 315 | - name: Set up toolchain |
@@ -346,7 +346,7 @@ jobs: |
346 | 346 | if: ${{ github.event_name != 'schedule' }} |
347 | 347 | steps: |
348 | 348 | - name: Checkout |
349 | | - uses: actions/checkout@v4 |
| 349 | + uses: actions/checkout@v5 |
350 | 350 | with: |
351 | 351 | filter: blob:none |
352 | 352 | fetch-depth: 0 |
@@ -405,7 +405,7 @@ jobs: |
405 | 405 | if: ${{ github.event_name != 'schedule' }} |
406 | 406 | steps: |
407 | 407 | - name: Checkout |
408 | | - uses: actions/checkout@v4 |
| 408 | + uses: actions/checkout@v5 |
409 | 409 | with: |
410 | 410 | filter: blob:none |
411 | 411 | fetch-depth: 0 |
@@ -448,7 +448,7 @@ jobs: |
448 | 448 | if: ${{ github.event_name != 'schedule' }} |
449 | 449 | steps: |
450 | 450 | - name: Checkout |
451 | | - uses: actions/checkout@v4 |
| 451 | + uses: actions/checkout@v5 |
452 | 452 | with: |
453 | 453 | filter: blob:none |
454 | 454 | fetch-depth: 0 |
@@ -502,7 +502,7 @@ jobs: |
502 | 502 | if: ${{ github.event_name != 'schedule' }} |
503 | 503 | steps: |
504 | 504 | - name: Checkout |
505 | | - uses: actions/checkout@v4 |
| 505 | + uses: actions/checkout@v5 |
506 | 506 | with: |
507 | 507 | filter: blob:none |
508 | 508 | fetch-depth: 0 |
@@ -545,7 +545,7 @@ jobs: |
545 | 545 | configuration: [Debug, Release] |
546 | 546 | steps: |
547 | 547 | - name: Checkout |
548 | | - uses: actions/checkout@v4 |
| 548 | + uses: actions/checkout@v5 |
549 | 549 | with: |
550 | 550 | filter: blob:none |
551 | 551 | fetch-depth: 0 |
@@ -602,7 +602,7 @@ jobs: |
602 | 602 | template: [all, windows] |
603 | 603 | steps: |
604 | 604 | - name: Checkout |
605 | | - uses: actions/checkout@v4 |
| 605 | + uses: actions/checkout@v5 |
606 | 606 | with: |
607 | 607 | filter: blob:none |
608 | 608 | fetch-depth: 0 |
@@ -648,7 +648,7 @@ jobs: |
648 | 648 | if: ${{ github.event_name != 'schedule' }} |
649 | 649 | steps: |
650 | 650 | - name: Checkout |
651 | | - uses: actions/checkout@v4 |
| 651 | + uses: actions/checkout@v5 |
652 | 652 | with: |
653 | 653 | filter: blob:none |
654 | 654 | fetch-depth: 0 |
|
0 commit comments