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@v5
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@v5
105105 with :
106106 persist-credentials : false
107107 - uses : actions/setup-python@v5
@@ -281,7 +281,7 @@ jobs:
281281 OPENSSL_DIR : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
282282 LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
283283 steps :
284- - uses : actions/checkout@v4
284+ - uses : actions/checkout@v5
285285 with :
286286 persist-credentials : false
287287 - name : Runner image version
@@ -342,7 +342,7 @@ jobs:
342342 OPENSSL_DIR : ${{ github.workspace }}/multissl/aws-lc/${{ matrix.awslc_ver }}
343343 LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/aws-lc/${{ matrix.awslc_ver }}/lib
344344 steps :
345- - uses : actions/checkout@v4
345+ - uses : actions/checkout@v5
346346 with :
347347 persist-credentials : false
348348 - name : Runner image version
@@ -417,7 +417,7 @@ jobs:
417417
418418 runs-on : ${{ matrix.runs-on }}
419419 steps :
420- - uses : actions/checkout@v4
420+ - uses : actions/checkout@v5
421421 with :
422422 persist-credentials : false
423423 - name : Build and test
@@ -441,7 +441,7 @@ jobs:
441441 OPENSSL_VER : 3.0.16
442442 PYTHONSTRICTEXTENSIONBUILD : 1
443443 steps :
444- - uses : actions/checkout@v4
444+ - uses : actions/checkout@v5
445445 with :
446446 persist-credentials : false
447447 - name : Register gcc problem matcher
@@ -562,7 +562,7 @@ jobs:
562562 PYTHONSTRICTEXTENSIONBUILD : 1
563563 ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
564564 steps :
565- - uses : actions/checkout@v4
565+ - uses : actions/checkout@v5
566566 with :
567567 persist-credentials : false
568568 - name : Runner image version
@@ -643,7 +643,7 @@ jobs:
643643 needs : build-context
644644 if : needs.build-context.outputs.run-tests == 'true'
645645 steps :
646- - uses : actions/checkout@v4
646+ - uses : actions/checkout@v5
647647 with :
648648 persist-credentials : false
649649 - name : Runner image version
0 commit comments