|
79 | 79 | # https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk |
80 | 80 | CXXFLAGS: "-D_LIBCPP_DISABLE_AVAILABILITY" |
81 | 81 | steps: |
82 | | - - uses: actions/checkout@v4 |
| 82 | + - uses: actions/checkout@v5 |
83 | 83 | with: |
84 | 84 | fetch-depth: 0 |
85 | 85 | persist-credentials: false |
@@ -160,7 +160,7 @@ jobs: |
160 | 160 | # https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk |
161 | 161 | CXXFLAGS: "-D_LIBCPP_DISABLE_AVAILABILITY" |
162 | 162 | steps: |
163 | | - - uses: actions/checkout@v4 |
| 163 | + - uses: actions/checkout@v5 |
164 | 164 | with: |
165 | 165 | fetch-depth: 0 |
166 | 166 | persist-credentials: false |
@@ -215,7 +215,7 @@ jobs: |
215 | 215 | matrix: |
216 | 216 | os: ["ubuntu-latest"] |
217 | 217 | steps: |
218 | | - - uses: actions/checkout@v4 |
| 218 | + - uses: actions/checkout@v5 |
219 | 219 | with: |
220 | 220 | fetch-depth: 0 |
221 | 221 | persist-credentials: false |
@@ -278,7 +278,7 @@ jobs: |
278 | 278 | name: "clang-tidy" |
279 | 279 | runs-on: ubuntu-latest |
280 | 280 | steps: |
281 | | - - uses: actions/checkout@v4 |
| 281 | + - uses: actions/checkout@v5 |
282 | 282 | with: |
283 | 283 | fetch-depth: 0 |
284 | 284 | persist-credentials: false |
@@ -324,7 +324,7 @@ jobs: |
324 | 324 | # https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk |
325 | 325 | CXXFLAGS: "-D_LIBCPP_DISABLE_AVAILABILITY" |
326 | 326 | steps: |
327 | | - - uses: actions/checkout@v4 |
| 327 | + - uses: actions/checkout@v5 |
328 | 328 | with: |
329 | 329 | fetch-depth: 0 |
330 | 330 | persist-credentials: false |
@@ -396,7 +396,7 @@ jobs: |
396 | 396 | contents: 'read' |
397 | 397 | id-token: 'write' |
398 | 398 | steps: |
399 | | - - uses: actions/checkout@v4 |
| 399 | + - uses: actions/checkout@v5 |
400 | 400 | with: |
401 | 401 | fetch-depth: 0 |
402 | 402 | persist-credentials: false |
@@ -458,7 +458,7 @@ jobs: |
458 | 458 | contents: 'read' |
459 | 459 | id-token: 'write' |
460 | 460 | steps: |
461 | | - - uses: actions/checkout@v4 |
| 461 | + - uses: actions/checkout@v5 |
462 | 462 | with: |
463 | 463 | fetch-depth: 0 |
464 | 464 | persist-credentials: false |
@@ -546,7 +546,7 @@ jobs: |
546 | 546 | # https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk |
547 | 547 | CXXFLAGS: "-D_LIBCPP_DISABLE_AVAILABILITY" |
548 | 548 | steps: |
549 | | - - uses: actions/checkout@v4 |
| 549 | + - uses: actions/checkout@v5 |
550 | 550 | with: |
551 | 551 | fetch-depth: 0 |
552 | 552 | persist-credentials: false |
@@ -659,7 +659,7 @@ jobs: |
659 | 659 | os: ["ubuntu-latest"] |
660 | 660 | python: ["3.13"] |
661 | 661 | steps: |
662 | | - - uses: actions/checkout@v4 |
| 662 | + - uses: actions/checkout@v5 |
663 | 663 | with: |
664 | 664 | fetch-depth: 0 |
665 | 665 | persist-credentials: false |
|
0 commit comments