6464 run : |
6565 apt update && apt install git -yq
6666 git config --global --add safe.directory "$GITHUB_WORKSPACE"
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v6
6868 with :
6969 fetch-depth : 1
7070 persist-credentials : false
@@ -101,7 +101,7 @@ jobs:
101101 needs : build-context
102102 if : needs.build-context.outputs.run-tests == 'true'
103103 steps :
104- - uses : actions/checkout@v4
104+ - uses : actions/checkout@v6
105105 with :
106106 persist-credentials : false
107107 - uses : actions/setup-python@v5
@@ -273,7 +273,7 @@ jobs:
273273 OPENSSL_DIR : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
274274 LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
275275 steps :
276- - uses : actions/checkout@v4
276+ - uses : actions/checkout@v6
277277 with :
278278 persist-credentials : false
279279 - name : Runner image version
@@ -334,7 +334,7 @@ jobs:
334334 OPENSSL_DIR : ${{ github.workspace }}/multissl/aws-lc/${{ matrix.awslc_ver }}
335335 LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/aws-lc/${{ matrix.awslc_ver }}/lib
336336 steps :
337- - uses : actions/checkout@v4
337+ - uses : actions/checkout@v6
338338 with :
339339 persist-credentials : false
340340 - name : Runner image version
@@ -408,7 +408,7 @@ jobs:
408408
409409 runs-on : ${{ matrix.runs-on }}
410410 steps :
411- - uses : actions/checkout@v4
411+ - uses : actions/checkout@v6
412412 with :
413413 persist-credentials : false
414414 - name : Build and test
@@ -421,7 +421,7 @@ jobs:
421421 timeout-minutes : 60
422422 runs-on : macos-15
423423 steps :
424- - uses : actions/checkout@v4
424+ - uses : actions/checkout@v6
425425 with :
426426 persist-credentials : false
427427
@@ -455,7 +455,7 @@ jobs:
455455 OPENSSL_VER : 3.0.18
456456 PYTHONSTRICTEXTENSIONBUILD : 1
457457 steps :
458- - uses : actions/checkout@v4
458+ - uses : actions/checkout@v6
459459 with :
460460 persist-credentials : false
461461 - name : Register gcc problem matcher
@@ -576,7 +576,7 @@ jobs:
576576 PYTHONSTRICTEXTENSIONBUILD : 1
577577 ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
578578 steps :
579- - uses : actions/checkout@v4
579+ - uses : actions/checkout@v6
580580 with :
581581 persist-credentials : false
582582 - name : Runner image version
@@ -657,7 +657,7 @@ jobs:
657657 needs : build-context
658658 if : needs.build-context.outputs.run-tests == 'true'
659659 steps :
660- - uses : actions/checkout@v4
660+ - uses : actions/checkout@v6
661661 with :
662662 persist-credentials : false
663663 - name : Runner image version
0 commit comments