Skip to content

Commit dee35d5

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9c6dbea commit dee35d5

Some content is hidden

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

60 files changed

+88
-88
lines changed

.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@v5
41+
uses: actions/checkout@v6
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
@@ -49,7 +49,7 @@ jobs:
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:

.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@v5
14+
uses: actions/checkout@v6
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@v5
32+
uses: actions/checkout@v6
3333
- uses: actions/setup-python@v6
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
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
# Clone more than one commit because we need HEAD^..HEAD diff
3535
fetch-depth: 2

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
image: ghcr.io/project-chip/chip-build
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3333
with:
3434
fetch-depth: 2
3535

@@ -81,7 +81,7 @@ jobs:
8181
image: ghcr.io/project-chip/chip-build
8282
steps:
8383
- name: Checkout
84-
uses: actions/checkout@v5
84+
uses: actions/checkout@v6
8585
- name: Setup pip modules we use
8686
run: |
8787
python3 -m venv out/venv

.github/workflows/chef.yaml

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

3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
- name: Checkout submodules & Bootstrap
4242
uses: ./.github/actions/checkout-submodules-and-bootstrap
4343
with:
@@ -62,7 +62,7 @@ jobs:
6262
6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666
- name: Checkout submodules & Bootstrap
6767
uses: ./.github/actions/checkout-submodules-and-bootstrap
6868
with:
@@ -96,7 +96,7 @@ jobs:
9696

9797
steps:
9898
- name: Checkout
99-
uses: actions/checkout@v5
99+
uses: actions/checkout@v6
100100
- name: Checkout submodules
101101
uses: ./.github/actions/checkout-submodules-and-bootstrap
102102
with:
@@ -127,7 +127,7 @@ jobs:
127127

128128
steps:
129129
- name: Checkout
130-
uses: actions/checkout@v5
130+
uses: actions/checkout@v6
131131
- name: Checkout submodules & Bootstrap
132132
uses: ./.github/actions/checkout-submodules-and-bootstrap
133133
with:
@@ -148,7 +148,7 @@ jobs:
148148

149149
steps:
150150
- name: Checkout
151-
uses: actions/checkout@v5
151+
uses: actions/checkout@v6
152152
- name: Checkout submodules & Bootstrap
153153
uses: ./.github/actions/checkout-submodules-and-bootstrap
154154
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@v5
22+
uses: actions/checkout@v6
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
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
- name: Checkout submodules
5353
uses: ./.github/actions/checkout-submodules
5454
with:

.github/workflows/darwin-tests.yaml

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

5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@v6
5959
- name: Setup Environment
6060
# coreutils for stdbuf
6161
run: brew install coreutils

0 commit comments

Comments
 (0)