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
@@ -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@v5
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@v5
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@v5
412412 with :
413413 persist-credentials : false
414414 - name : Build and test
@@ -432,7 +432,7 @@ jobs:
432432 OPENSSL_VER : 3.0.18
433433 PYTHONSTRICTEXTENSIONBUILD : 1
434434 steps :
435- - uses : actions/checkout@v4
435+ - uses : actions/checkout@v5
436436 with :
437437 persist-credentials : false
438438 - name : Register gcc problem matcher
@@ -553,7 +553,7 @@ jobs:
553553 PYTHONSTRICTEXTENSIONBUILD : 1
554554 ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
555555 steps :
556- - uses : actions/checkout@v4
556+ - uses : actions/checkout@v5
557557 with :
558558 persist-credentials : false
559559 - name : Runner image version
@@ -634,7 +634,7 @@ jobs:
634634 needs : build-context
635635 if : needs.build-context.outputs.run-tests == 'true'
636636 steps :
637- - uses : actions/checkout@v4
637+ - uses : actions/checkout@v5
638638 with :
639639 persist-credentials : false
640640 - name : Runner image version
0 commit comments