Skip to content

Commit b4e46de

Browse files
committed
update workflow
1 parent 6cc119c commit b4e46de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
echo ::set-output name=artifact-name::${ARTIFACT_NAME}
4646
echo ::set-output name=display-name::${DISPLAY_NAME}
4747
- name: Checkout
48-
uses: actions/checkout@v2
48+
uses: actions/checkout@v4
4949
- name: Cache west modules
50-
uses: actions/cache@v2
50+
uses: actions/cache@v4
5151
env:
5252
cache-name: cache-zephyr-modules
5353
with:

0 commit comments

Comments
 (0)