1 parent 6cc119c commit b4e46deCopy full SHA for b4e46de
1 file changed
.github/workflows/build.yml
@@ -45,9 +45,9 @@ jobs:
45
echo ::set-output name=artifact-name::${ARTIFACT_NAME}
46
echo ::set-output name=display-name::${DISPLAY_NAME}
47
- name: Checkout
48
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
49
- name: Cache west modules
50
- uses: actions/cache@v2
+ uses: actions/cache@v4
51
env:
52
cache-name: cache-zephyr-modules
53
with:
0 commit comments