diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index 84a220e..984a6ac 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -81,7 +81,7 @@ jobs: echo ::set-output name=zephyr-version::${ZEPHYR_VERSION} - name: Cache west modules - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 continue-on-error: true env: cache-name: cache-zephyr-${{ steps.variables.outputs.zephyr-version }}-modules