|
56 | 56 | CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} |
57 | 57 | run: echo "$CONCURRENCY_CONTEXT" |
58 | 58 | - name: Checkout |
59 | | - uses: actions/checkout@v3 |
| 59 | + uses: actions/checkout@v4 |
60 | 60 | - name: Try to ensure the directories for core dumping exist and we |
61 | 61 | can write them. |
62 | 62 | run: | |
@@ -147,7 +147,7 @@ jobs: |
147 | 147 | CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} |
148 | 148 | run: echo "$CONCURRENCY_CONTEXT" |
149 | 149 | - name: Checkout |
150 | | - uses: actions/checkout@v3 |
| 150 | + uses: actions/checkout@v4 |
151 | 151 | - name: Try to ensure the directories for core dumping exist and we |
152 | 152 | can write them. |
153 | 153 | run: | |
@@ -295,7 +295,7 @@ jobs: |
295 | 295 | CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }} |
296 | 296 | run: echo "$CONCURRENCY_CONTEXT" |
297 | 297 | - name: Checkout |
298 | | - uses: actions/checkout@v3 |
| 298 | + uses: actions/checkout@v4 |
299 | 299 | - name: Checkout submodules & Bootstrap |
300 | 300 | uses: ./.github/actions/checkout-submodules-and-bootstrap |
301 | 301 | with: |
@@ -326,7 +326,7 @@ jobs: |
326 | 326 |
|
327 | 327 | steps: |
328 | 328 | - name: Checkout |
329 | | - uses: actions/checkout@v3 |
| 329 | + uses: actions/checkout@v4 |
330 | 330 | - name: Checkout submodules & Bootstrap |
331 | 331 | uses: ./.github/actions/checkout-submodules-and-bootstrap |
332 | 332 | with: |
@@ -409,7 +409,7 @@ jobs: |
409 | 409 |
|
410 | 410 | steps: |
411 | 411 | - name: Checkout |
412 | | - uses: actions/checkout@v3 |
| 412 | + uses: actions/checkout@v4 |
413 | 413 | - name: Checkout submodules & Bootstrap |
414 | 414 | uses: ./.github/actions/checkout-submodules-and-bootstrap |
415 | 415 | with: |
|
0 commit comments