|
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 |
@@ -415,7 +415,7 @@ jobs: |
415 | 415 | OPENSSL_VER: 3.0.16 |
416 | 416 | PYTHONSTRICTEXTENSIONBUILD: 1 |
417 | 417 | steps: |
418 | | - - uses: actions/checkout@v4 |
| 418 | + - uses: actions/checkout@v5 |
419 | 419 | with: |
420 | 420 | persist-credentials: false |
421 | 421 | - name: Register gcc problem matcher |
@@ -536,7 +536,7 @@ jobs: |
536 | 536 | PYTHONSTRICTEXTENSIONBUILD: 1 |
537 | 537 | ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0 |
538 | 538 | steps: |
539 | | - - uses: actions/checkout@v4 |
| 539 | + - uses: actions/checkout@v5 |
540 | 540 | with: |
541 | 541 | persist-credentials: false |
542 | 542 | - name: Runner image version |
@@ -617,7 +617,7 @@ jobs: |
617 | 617 | needs: build-context |
618 | 618 | if: needs.build-context.outputs.run-tests == 'true' |
619 | 619 | steps: |
620 | | - - uses: actions/checkout@v4 |
| 620 | + - uses: actions/checkout@v5 |
621 | 621 | with: |
622 | 622 | persist-credentials: false |
623 | 623 | - name: Runner image version |
|
0 commit comments