Skip to content

Commit 4befae1

Browse files
Bump actions/checkout from 4 to 5 (project-chip#40550)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e770d4 commit 4befae1

56 files changed

Lines changed: 84 additions & 84 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/bloat_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
- name: Report
4343
run: |
4444
scripts/tools/memory/gh_report.py \

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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:

.github/workflows/buildjet-cache-delete.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: buildjet-2vcpu-ubuntu-2204
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- uses: buildjet/cache-delete@v1
1616
with:
1717
cache_key: ${{ inputs.cache_key }}

.github/workflows/cancel_workflows_for_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
- uses: actions/setup-python@v5
3434
with:
3535
python-version: '3.12'

.github/workflows/cert_test_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
3737
- name: Run checks

.github/workflows/check-data-model-directory-updates.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
image: ghcr.io/project-chip/chip-build
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 2
3131

@@ -77,7 +77,7 @@ jobs:
7777
image: ghcr.io/project-chip/chip-build
7878
steps:
7979
- name: Checkout
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v5
8181
- name: Setup pip modules we use
8282
run: |
8383
python3 -m venv out/venv

.github/workflows/chef.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646
- name: Checkout submodules & Bootstrap
4747
uses: ./.github/actions/checkout-submodules-and-bootstrap
4848
with:
@@ -67,7 +67,7 @@ jobs:
6767
6868
steps:
6969
- name: Checkout
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
- name: Checkout submodules & Bootstrap
7272
uses: ./.github/actions/checkout-submodules-and-bootstrap
7373
with:
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v5
105105
- name: Checkout submodules
106106
uses: ./.github/actions/checkout-submodules-and-bootstrap
107107
with:
@@ -122,7 +122,7 @@ jobs:
122122

123123
steps:
124124
- name: Checkout
125-
uses: actions/checkout@v4
125+
uses: actions/checkout@v5
126126
- name: Checkout submodules & Bootstrap
127127
uses: ./.github/actions/checkout-submodules-and-bootstrap
128128
with:
@@ -143,7 +143,7 @@ jobs:
143143

144144
steps:
145145
- name: Checkout
146-
uses: actions/checkout@v4
146+
uses: actions/checkout@v5
147147
- name: Checkout submodules & Bootstrap
148148
uses: ./.github/actions/checkout-submodules-and-bootstrap
149149
with:

.github/workflows/cherry-picks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
)
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
2525
- name: Cherry-Pick into sve branch

.github/workflows/cirque.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Checkout
57-
uses: actions/checkout@v4
57+
uses: actions/checkout@v5
5858
- name: Checkout submodules
5959
uses: ./.github/actions/checkout-submodules
6060
with:

.github/workflows/darwin-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060
- name: Setup Environment
6161
# coreutils for stdbuf
6262
run: brew install coreutils

0 commit comments

Comments
 (0)