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
@@ -264,7 +264,7 @@ jobs:
264264 OPENSSL_DIR : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
265265 LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
266266 steps :
267- - uses : actions/checkout@v4
267+ - uses : actions/checkout@v6
268268 with :
269269 persist-credentials : false
270270 - name : Runner image version
@@ -316,7 +316,7 @@ jobs:
316316 OPENSSL_DIR : ${{ github.workspace }}/multissl/aws-lc/${{ matrix.awslc_ver }}
317317 LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/aws-lc/${{ matrix.awslc_ver }}/lib
318318 steps :
319- - uses : actions/checkout@v4
319+ - uses : actions/checkout@v6
320320 with :
321321 persist-credentials : false
322322 - name : Runner image version
@@ -381,7 +381,7 @@ jobs:
381381
382382 runs-on : ${{ matrix.runs-on }}
383383 steps :
384- - uses : actions/checkout@v4
384+ - uses : actions/checkout@v6
385385 with :
386386 persist-credentials : false
387387 - name : Build and test
@@ -394,7 +394,7 @@ jobs:
394394 timeout-minutes : 60
395395 runs-on : macos-14
396396 steps :
397- - uses : actions/checkout@v4
397+ - uses : actions/checkout@v6
398398 with :
399399 persist-credentials : false
400400
@@ -426,7 +426,7 @@ jobs:
426426 OPENSSL_VER : 3.0.18
427427 PYTHONSTRICTEXTENSIONBUILD : 1
428428 steps :
429- - uses : actions/checkout@v4
429+ - uses : actions/checkout@v6
430430 with :
431431 persist-credentials : false
432432 - name : Register gcc problem matcher
@@ -538,7 +538,7 @@ jobs:
538538 PYTHONSTRICTEXTENSIONBUILD : 1
539539 ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
540540 steps :
541- - uses : actions/checkout@v4
541+ - uses : actions/checkout@v6
542542 with :
543543 persist-credentials : false
544544 - name : Runner image version
@@ -608,7 +608,7 @@ jobs:
608608 needs : build-context
609609 if : needs.build-context.outputs.run-ubuntu == 'true'
610610 steps :
611- - uses : actions/checkout@v4
611+ - uses : actions/checkout@v6
612612 with :
613613 persist-credentials : false
614614 - name : Runner image version
0 commit comments