|
64 | 64 | run: | |
65 | 65 | apt update && apt install git -yq |
66 | 66 | git config --global --add safe.directory "$GITHUB_WORKSPACE" |
67 | | - - uses: actions/checkout@v4 |
| 67 | + - uses: actions/checkout@v5 |
68 | 68 | with: |
69 | 69 | fetch-depth: 1 |
70 | 70 | persist-credentials: false |
@@ -101,7 +101,7 @@ jobs: |
101 | 101 | needs: build-context |
102 | 102 | if: needs.build-context.outputs.run-tests == 'true' |
103 | 103 | steps: |
104 | | - - uses: actions/checkout@v4 |
| 104 | + - uses: actions/checkout@v5 |
105 | 105 | with: |
106 | 106 | persist-credentials: false |
107 | 107 | - uses: actions/setup-python@v5 |
@@ -278,7 +278,7 @@ jobs: |
278 | 278 | OPENSSL_DIR: ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }} |
279 | 279 | LD_LIBRARY_PATH: ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib |
280 | 280 | steps: |
281 | | - - uses: actions/checkout@v4 |
| 281 | + - uses: actions/checkout@v5 |
282 | 282 | with: |
283 | 283 | persist-credentials: false |
284 | 284 | - name: Runner image version |
@@ -340,7 +340,7 @@ jobs: |
340 | 340 | OPENSSL_VER: 3.0.16 |
341 | 341 | PYTHONSTRICTEXTENSIONBUILD: 1 |
342 | 342 | steps: |
343 | | - - uses: actions/checkout@v4 |
| 343 | + - uses: actions/checkout@v5 |
344 | 344 | with: |
345 | 345 | persist-credentials: false |
346 | 346 | - name: Register gcc problem matcher |
@@ -461,7 +461,7 @@ jobs: |
461 | 461 | PYTHONSTRICTEXTENSIONBUILD: 1 |
462 | 462 | ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0 |
463 | 463 | steps: |
464 | | - - uses: actions/checkout@v4 |
| 464 | + - uses: actions/checkout@v5 |
465 | 465 | with: |
466 | 466 | persist-credentials: false |
467 | 467 | - name: Runner image version |
@@ -534,7 +534,7 @@ jobs: |
534 | 534 | needs: build-context |
535 | 535 | if: needs.build-context.outputs.run-tests == 'true' |
536 | 536 | steps: |
537 | | - - uses: actions/checkout@v4 |
| 537 | + - uses: actions/checkout@v5 |
538 | 538 | with: |
539 | 539 | persist-credentials: false |
540 | 540 | - name: Runner image version |
|
0 commit comments