From b732c6d564e542fd25b63041ec713346e01711aa Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Tue, 17 Oct 2023 14:55:45 +0200 Subject: [PATCH] actions: manifest: Update action revision Upgrade to v1.2.0, which comes with a bugfix and support for processing PRs that have removed modifications to the manifest. Signed-off-by: Carles Cufi --- .github/workflows/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manifest.yml b/.github/workflows/manifest.yml index 49f67fb95b7..eeee77e61a6 100644 --- a/.github/workflows/manifest.yml +++ b/.github/workflows/manifest.yml @@ -26,7 +26,7 @@ jobs: west init -l . || true - name: Manifest - uses: zephyrproject-rtos/action-manifest@f223dce288b0d8f30bfd57eb2b14b18c230a7d8b + uses: zephyrproject-rtos/action-manifest@v1.2.0 with: github-token: ${{ secrets.ZB_GITHUB_TOKEN }} manifest-path: 'west.yml'