From a3cc5322218496d94b16c9398ce6d6244ccd0a99 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Mon, 28 Oct 2024 16:17:36 +0100 Subject: [PATCH] actions: manifest: check additional metadata in projects See https://github.com/zephyrproject-rtos/action-manifest/pull/14. 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 76b80f66504..538f06a1d5d 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@v1.3.1 + uses: zephyrproject-rtos/action-manifest@v1.5.0 with: github-token: ${{ secrets.ZB_GITHUB_TOKEN }} manifest-path: 'west.yml'