Skip to content

Commit a95b1d4

Browse files
Bump actions/checkout from 3 to 4 (#29155)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6fe4b11 commit a95b1d4

Some content is hidden

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

50 files changed

+72
-72
lines changed

.github/workflows/bloat_check.yaml

+1-1
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

+5-5
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

+1-1
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

+4-4
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+5-5
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: |

.github/workflows/doxygen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: "Print Actor"
9090
run: echo ${{github.actor}}
9191
- name: Checkout
92-
uses: actions/checkout@v3
92+
uses: actions/checkout@v4
9393
- name: Generate
9494
run: scripts/helpers/doxygen.sh
9595
- name: Extract branch name

.github/workflows/examples-ameba.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545
- name: Checkout submodules & Bootstrap
4646
uses: ./.github/actions/checkout-submodules-and-bootstrap
4747
with:

.github/workflows/examples-asr.yaml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
- name: Checkout submodules & Bootstrap
4444
uses: ./.github/actions/checkout-submodules-and-bootstrap
4545
with:

.github/workflows/examples-bouffalolab.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
- name: Checkout submodules & Bootstrap
4545
uses: ./.github/actions/checkout-submodules-and-bootstrap
4646
with:

.github/workflows/examples-cc13x2x7_26x2x7.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- "/tmp/bloat_reports:/tmp/bloat_reports"
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545
- name: Checkout submodules & Bootstrap
4646
uses: ./.github/actions/checkout-submodules-and-bootstrap
4747
with:

.github/workflows/examples-cc32xx.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
- name: Checkout submodules & Bootstrap
4747
uses: ./.github/actions/checkout-submodules-and-bootstrap
4848
with:

.github/workflows/examples-efr32.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747
- name: Checkout submodules & Bootstrap
4848
uses: ./.github/actions/checkout-submodules-and-bootstrap
4949
with:

.github/workflows/examples-esp32.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
- name: Checkout submodules
4545
uses: ./.github/actions/checkout-submodules-and-bootstrap
4646
with:
@@ -136,7 +136,7 @@ jobs:
136136

137137
steps:
138138
- name: Checkout
139-
uses: actions/checkout@v3
139+
uses: actions/checkout@v4
140140
- name: Checkout submodules & Bootstrap
141141
uses: ./.github/actions/checkout-submodules-and-bootstrap
142142
with:

.github/workflows/examples-infineon.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- "/tmp/bloat_reports:/tmp/bloat_reports"
4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
- name: Checkout submodules & Bootstrap
4545
uses: ./.github/actions/checkout-submodules-and-bootstrap
4646
with:

.github/workflows/examples-k32w.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
- name: Checkout submodules & Bootstrap
4747
uses: ./.github/actions/checkout-submodules-and-bootstrap
4848
with:

.github/workflows/examples-linux-arm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
- name: Checkout submodules & Bootstrap
4545
uses: ./.github/actions/checkout-submodules-and-bootstrap
4646
with:

.github/workflows/examples-linux-imx.yaml

+1-1
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:

.github/workflows/examples-linux-standalone.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
- name: Checkout submodules & Bootstrap
4545
uses: ./.github/actions/checkout-submodules-and-bootstrap
4646
with:

.github/workflows/examples-mbed.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
- name: Checkout submodules & Bootstrap
5151
uses: ./.github/actions/checkout-submodules-and-bootstrap
5252
with:

.github/workflows/examples-mw320.yaml

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
- name: Checkout submodules & Bootstrap
4747
uses: ./.github/actions/checkout-submodules-and-bootstrap
4848
with:

.github/workflows/examples-nrfconnect.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747
- name: Checkout submodules & Bootstrap
4848
uses: ./.github/actions/checkout-submodules-and-bootstrap
4949
with:

.github/workflows/examples-openiotsdk.yaml

+1-1
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: Checkout submodules & Bootstrap
5050
uses: ./.github/actions/checkout-submodules-and-bootstrap
5151
with:

.github/workflows/examples-qpg.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- "/tmp/bloat_reports:/tmp/bloat_reports"
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
- name: Checkout submodules & Bootstrap
4747
uses: ./.github/actions/checkout-submodules-and-bootstrap
4848
with:

.github/workflows/examples-stm32.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- "/tmp/bloat_reports:/tmp/bloat_reports"
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747
- name: Checkout submodules & Bootstrap
4848
uses: ./.github/actions/checkout-submodules-and-bootstrap
4949
with:

.github/workflows/examples-telink.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
- name: Checkout submodules & Bootstrap
4747
uses: ./.github/actions/checkout-submodules-and-bootstrap
4848
with:

.github/workflows/examples-tizen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
- name: Checkout submodules & Bootstrap
4747
uses: ./.github/actions/checkout-submodules-and-bootstrap
4848
with:

0 commit comments

Comments
 (0)