We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a438a20 commit 048fcf1Copy full SHA for 048fcf1
.github/workflows/release_tools.yaml
@@ -43,14 +43,14 @@ jobs:
43
44
steps:
45
- name: Checkout
46
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
47
with:
48
ref: "${{ github.event.inputs.commit }}"
49
- - name: Checkout submodules
50
- run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
51
- name: Bootstrap
52
timeout-minutes: 10
53
- run: scripts/build/gn_bootstrap.sh
+ uses: ./.github/actions/checkout-submodules-and-bootstrap
+ with:
+ platform: linux
54
- name: Install CHIP Tool dependencies
55
56
run: |
0 commit comments