6060 CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
6161 run : echo "$CONCURRENCY_CONTEXT"
6262 - name : Checkout
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v5
6464 - name : Try to ensure the directories for core dumping exist and we
6565 can write them.
6666 run : |
@@ -170,7 +170,7 @@ jobs:
170170 CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
171171 run : echo "$CONCURRENCY_CONTEXT"
172172 - name : Checkout
173- uses : actions/checkout@v4
173+ uses : actions/checkout@v5
174174 with :
175175 fetch-depth : 2
176176 persist-credentials : true
@@ -348,7 +348,7 @@ jobs:
348348 CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
349349 run : echo "$CONCURRENCY_CONTEXT"
350350 - name : Checkout
351- uses : actions/checkout@v4
351+ uses : actions/checkout@v5
352352 - name : Checkout submodules & Bootstrap
353353 uses : ./.github/actions/checkout-submodules-and-bootstrap
354354 with :
@@ -413,7 +413,7 @@ jobs:
413413 CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
414414 run : echo "$CONCURRENCY_CONTEXT"
415415 - name : Checkout
416- uses : actions/checkout@v4
416+ uses : actions/checkout@v5
417417 - name : Checkout submodules & Bootstrap
418418 uses : ./.github/actions/checkout-submodules-and-bootstrap
419419 with :
@@ -430,7 +430,7 @@ jobs:
430430
431431 steps :
432432 - name : Checkout
433- uses : actions/checkout@v4
433+ uses : actions/checkout@v5
434434 with :
435435 fetch-depth : 2
436436 persist-credentials : true
@@ -526,7 +526,7 @@ jobs:
526526
527527 steps :
528528 - name : Checkout
529- uses : actions/checkout@v4
529+ uses : actions/checkout@v5
530530 - name : Checkout submodules & Bootstrap
531531 uses : ./.github/actions/checkout-submodules-and-bootstrap
532532 with :
0 commit comments