Skip to content

Commit d927f6a

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ae3c65 commit d927f6a

Some content is hidden

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

49 files changed

+71
-71
lines changed

.github/workflows/bloat_check.yaml

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

3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
- name: Report
4242
run: |
4343
scripts/tools/memory/gh_report.py \

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
5757
run: echo "$CONCURRENCY_CONTEXT"
5858
- name: Checkout
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4
6060
- name: Try to ensure the directories for core dumping exist and we
6161
can write them.
6262
run: |
@@ -147,7 +147,7 @@ jobs:
147147
CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
148148
run: echo "$CONCURRENCY_CONTEXT"
149149
- name: Checkout
150-
uses: actions/checkout@v3
150+
uses: actions/checkout@v4
151151
- name: Try to ensure the directories for core dumping exist and we
152152
can write them.
153153
run: |
@@ -295,7 +295,7 @@ jobs:
295295
CONCURRENCY_CONTEXT: ${{ github.ref }}-${{ github.workflow }}-${{ (github.event_name == 'pull_request' && github.event.number) || (github.event_name == 'workflow_dispatch' && github.run_number) || github.sha }}
296296
run: echo "$CONCURRENCY_CONTEXT"
297297
- name: Checkout
298-
uses: actions/checkout@v3
298+
uses: actions/checkout@v4
299299
- name: Checkout submodules & Bootstrap
300300
uses: ./.github/actions/checkout-submodules-and-bootstrap
301301
with:
@@ -326,7 +326,7 @@ jobs:
326326

327327
steps:
328328
- name: Checkout
329-
uses: actions/checkout@v3
329+
uses: actions/checkout@v4
330330
- name: Checkout submodules & Bootstrap
331331
uses: ./.github/actions/checkout-submodules-and-bootstrap
332332
with:
@@ -409,7 +409,7 @@ jobs:
409409

410410
steps:
411411
- name: Checkout
412-
uses: actions/checkout@v3
412+
uses: actions/checkout@v4
413413
- name: Checkout submodules & Bootstrap
414414
uses: ./.github/actions/checkout-submodules-and-bootstrap
415415
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@v3
14+
uses: actions/checkout@v4
1515
- uses: buildjet/cache-delete@v1
1616
with:
1717
cache_key: ${{ inputs.cache_key }}

.github/workflows/chef.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242
- name: Checkout submodules & Bootstrap
4343
uses: ./.github/actions/checkout-submodules-and-bootstrap
4444
with:
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@v3
62+
uses: actions/checkout@v4
6363
- name: Checkout submodules
6464
uses: ./.github/actions/checkout-submodules-and-bootstrap
6565
with:
@@ -80,7 +80,7 @@ jobs:
8080

8181
steps:
8282
- name: Checkout
83-
uses: actions/checkout@v3
83+
uses: actions/checkout@v4
8484
- name: Checkout submodules & Bootstrap
8585
uses: ./.github/actions/checkout-submodules-and-bootstrap
8686
with:
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Checkout
104-
uses: actions/checkout@v3
104+
uses: actions/checkout@v4
105105
- name: Checkout submodules & Bootstrap
106106
uses: ./.github/actions/checkout-submodules-and-bootstrap
107107
with:

.github/workflows/cherry-picks.yaml

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

.github/workflows/cirque.yaml

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

5252
steps:
5353
- name: Checkout
54-
uses: actions/checkout@v3
54+
uses: actions/checkout@v4
5555
- name: Checkout submodules
5656
uses: ./.github/actions/checkout-submodules
5757
with:

.github/workflows/darwin-tests.yaml

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

4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949
- name: Setup Environment
5050
# coreutils for stdbuf
5151
run: brew install coreutils

.github/workflows/darwin.yaml

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

3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
- name: Setup Environment
4141
run: brew install python@3.9
4242
- name: Checkout submodules & Bootstrap

.github/workflows/docbuild.yaml

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

2323
steps:
2424
- name: Checkout the code
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
path: matter
2828
fetch-depth: 0

.github/workflows/docker_img.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- "-minimal"
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v3
50+
uses: actions/checkout@v4
5151
- name: Build & Push images using project bash script
5252
if: ${{ inputs.push_images == true }}
5353
run: |
@@ -70,7 +70,7 @@ jobs:
7070
- "-crosscompile"
7171
steps:
7272
- name: Checkout
73-
uses: actions/checkout@v3
73+
uses: actions/checkout@v4
7474
- name: Build & Push images using project bash script
7575
if: ${{ inputs.push_images == true }}
7676
run: |
@@ -110,7 +110,7 @@ jobs:
110110
- "-openiotsdk"
111111
steps:
112112
- name: Checkout
113-
uses: actions/checkout@v3
113+
uses: actions/checkout@v4
114114
- name: Build & Push images using project bash script
115115
if: ${{ inputs.push_images == true }}
116116
run: |
@@ -136,7 +136,7 @@ jobs:
136136
- "-tizen-qemu"
137137
steps:
138138
- name: Checkout
139-
uses: actions/checkout@v3
139+
uses: actions/checkout@v4
140140
- name: Build & Push images using project bash script
141141
if: ${{ inputs.push_images == true }}
142142
run: |
@@ -159,7 +159,7 @@ jobs:
159159
- "-vscode"
160160
steps:
161161
- name: Checkout
162-
uses: actions/checkout@v3
162+
uses: actions/checkout@v4
163163
- name: Build & Push images using project bash script
164164
if: ${{ inputs.push_images == true }}
165165
run: |

0 commit comments

Comments
 (0)