|
49 | 49 | needs: check_source |
50 | 50 | if: needs.check_source.outputs.run_tests == 'true' |
51 | 51 | steps: |
52 | | - - uses: actions/checkout@v4 |
| 52 | + - uses: actions/checkout@v6 |
53 | 53 | with: |
54 | 54 | persist-credentials: false |
55 | 55 | - uses: actions/setup-python@v5 |
@@ -103,7 +103,7 @@ jobs: |
103 | 103 | run: | |
104 | 104 | apt update && apt install git -yq |
105 | 105 | git config --global --add safe.directory "$GITHUB_WORKSPACE" |
106 | | - - uses: actions/checkout@v4 |
| 106 | + - uses: actions/checkout@v6 |
107 | 107 | with: |
108 | 108 | fetch-depth: 1 |
109 | 109 | persist-credentials: false |
@@ -142,7 +142,7 @@ jobs: |
142 | 142 | needs: check_source |
143 | 143 | if: needs.check_source.outputs.run_tests == 'true' |
144 | 144 | steps: |
145 | | - - uses: actions/checkout@v4 |
| 145 | + - uses: actions/checkout@v6 |
146 | 146 | with: |
147 | 147 | persist-credentials: false |
148 | 148 | - uses: actions/setup-python@v5 |
@@ -308,7 +308,7 @@ jobs: |
308 | 308 | OPENSSL_DIR: ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }} |
309 | 309 | LD_LIBRARY_PATH: ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib |
310 | 310 | steps: |
311 | | - - uses: actions/checkout@v4 |
| 311 | + - uses: actions/checkout@v6 |
312 | 312 | with: |
313 | 313 | persist-credentials: false |
314 | 314 | - name: Runner image version |
@@ -370,7 +370,7 @@ jobs: |
370 | 370 | OPENSSL_VER: 3.0.15 |
371 | 371 | PYTHONSTRICTEXTENSIONBUILD: 1 |
372 | 372 | steps: |
373 | | - - uses: actions/checkout@v4 |
| 373 | + - uses: actions/checkout@v6 |
374 | 374 | with: |
375 | 375 | persist-credentials: false |
376 | 376 | - name: Register gcc problem matcher |
@@ -489,7 +489,7 @@ jobs: |
489 | 489 | PYTHONSTRICTEXTENSIONBUILD: 1 |
490 | 490 | ASAN_OPTIONS: detect_leaks=0:allocator_may_return_null=1:handle_segv=0 |
491 | 491 | steps: |
492 | | - - uses: actions/checkout@v4 |
| 492 | + - uses: actions/checkout@v6 |
493 | 493 | with: |
494 | 494 | persist-credentials: false |
495 | 495 | - name: Runner image version |
|
0 commit comments