Skip to content

Commit a2fa6b9

Browse files
authored
Check out action before using it (#2011)
1 parent 273a8e2 commit a2fa6b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test.chip.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ jobs:
183183
github.event_name == 'workflow_dispatch'
184184
)
185185
steps:
186+
- name: Check out matter.js
187+
uses: actions/checkout@v4
188+
186189
- name: Login to GitHub Docker Registry
187190
uses: docker/login-action@v3
188191
with:
@@ -193,9 +196,6 @@ jobs:
193196
- name: Load image from artifact
194197
uses: ./.github/actions/load-chip
195198

196-
- name: Check out matter.js
197-
uses: actions/checkout@v4
198-
199199
- name: Sync CHIP SHA with built version
200200
env:
201201
CHIP_SHA: ${{ needs.chip-image.outputs.chip-sha }}

0 commit comments

Comments
 (0)