4949 CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
5050 run : echo "$CONCURRENCY_CONTEXT"
5151 - name : Checkout
52- uses : actions/checkout@v5
52+ uses : actions/checkout@v6
5353 - name : Try to ensure the directories for core dumping exist and we
5454 can write them.
5555 run : |
@@ -159,7 +159,7 @@ jobs:
159159 CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
160160 run : echo "$CONCURRENCY_CONTEXT"
161161 - name : Checkout
162- uses : actions/checkout@v5
162+ uses : actions/checkout@v6
163163 with :
164164 fetch-depth : 2
165165 persist-credentials : true
@@ -332,7 +332,7 @@ jobs:
332332 CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
333333 run : echo "$CONCURRENCY_CONTEXT"
334334 - name : Checkout
335- uses : actions/checkout@v5
335+ uses : actions/checkout@v6
336336 - name : Checkout submodules & Bootstrap
337337 uses : ./.github/actions/checkout-submodules-and-bootstrap
338338 with :
@@ -395,7 +395,7 @@ jobs:
395395 CONCURRENCY_CONTEXT : ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
396396 run : echo "$CONCURRENCY_CONTEXT"
397397 - name : Checkout
398- uses : actions/checkout@v5
398+ uses : actions/checkout@v6
399399 - name : Checkout submodules & Bootstrap
400400 uses : ./.github/actions/checkout-submodules-and-bootstrap
401401 with :
@@ -412,7 +412,7 @@ jobs:
412412
413413 steps :
414414 - name : Checkout
415- uses : actions/checkout@v5
415+ uses : actions/checkout@v6
416416 with :
417417 fetch-depth : 2
418418 persist-credentials : true
@@ -508,7 +508,7 @@ jobs:
508508
509509 steps :
510510 - name : Checkout
511- uses : actions/checkout@v5
511+ uses : actions/checkout@v6
512512 - name : Checkout submodules & Bootstrap
513513 uses : ./.github/actions/checkout-submodules-and-bootstrap
514514 with :
0 commit comments