diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a84e524..27ace4a 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -58,9 +58,9 @@ jobs: echo ::set-output name=artifact-name::${ARTIFACT_NAME} echo ::set-output name=display-name::${DISPLAY_NAME} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache west modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-zephyr-modules with: