5555 needs : build-context
5656 if : needs.build-context.outputs.run-tests == 'true'
5757 steps :
58- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v5
5959 with :
6060 persist-credentials : false
6161 - uses : actions/setup-python@v5
@@ -111,7 +111,7 @@ jobs:
111111 run : |
112112 apt update && apt install git -yq
113113 git config --global --add safe.directory "$GITHUB_WORKSPACE"
114- - uses : actions/checkout@v4
114+ - uses : actions/checkout@v5
115115 with :
116116 fetch-depth : 1
117117 persist-credentials : false
@@ -148,7 +148,7 @@ jobs:
148148 needs : build-context
149149 if : needs.build-context.outputs.run-tests == 'true'
150150 steps :
151- - uses : actions/checkout@v4
151+ - uses : actions/checkout@v5
152152 with :
153153 persist-credentials : false
154154 - uses : actions/setup-python@v5
@@ -328,7 +328,7 @@ jobs:
328328 OPENSSL_DIR : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}
329329 LD_LIBRARY_PATH : ${{ github.workspace }}/multissl/openssl/${{ matrix.openssl_ver }}/lib
330330 steps :
331- - uses : actions/checkout@v4
331+ - uses : actions/checkout@v5
332332 with :
333333 persist-credentials : false
334334 - name : Runner image version
@@ -389,7 +389,7 @@ jobs:
389389
390390 runs-on : ${{ matrix.runs-on }}
391391 steps :
392- - uses : actions/checkout@v4
392+ - uses : actions/checkout@v5
393393 with :
394394 persist-credentials : false
395395 - name : Build and test
@@ -413,7 +413,7 @@ jobs:
413413 OPENSSL_VER : 3.0.18
414414 PYTHONSTRICTEXTENSIONBUILD : 1
415415 steps :
416- - uses : actions/checkout@v4
416+ - uses : actions/checkout@v5
417417 with :
418418 persist-credentials : false
419419 - name : Register gcc problem matcher
@@ -534,7 +534,7 @@ jobs:
534534 PYTHONSTRICTEXTENSIONBUILD : 1
535535 ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
536536 steps :
537- - uses : actions/checkout@v4
537+ - uses : actions/checkout@v5
538538 with :
539539 persist-credentials : false
540540 - name : Runner image version
@@ -615,7 +615,7 @@ jobs:
615615 needs : build-context
616616 if : needs.build-context.outputs.run-tests == 'true'
617617 steps :
618- - uses : actions/checkout@v4
618+ - uses : actions/checkout@v5
619619 with :
620620 persist-credentials : false
621621 - name : Runner image version
0 commit comments