Skip to content

Commit 048fcf1

Browse files
[nrf noup] Aligned release tools to Matter 1.2
Added all changes to release tools github workflow needed to work with Matter 1.2.
1 parent a438a20 commit 048fcf1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release_tools.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343

4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v2
46+
uses: actions/checkout@v4
4747
with:
4848
ref: "${{ github.event.inputs.commit }}"
49-
- name: Checkout submodules
50-
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
5149
- name: Bootstrap
5250
timeout-minutes: 10
53-
run: scripts/build/gn_bootstrap.sh
51+
uses: ./.github/actions/checkout-submodules-and-bootstrap
52+
with:
53+
platform: linux
5454
- name: Install CHIP Tool dependencies
5555
timeout-minutes: 10
5656
run: |

0 commit comments

Comments
 (0)