From 9e638964fd4ff026f19e0badbcc6b1564a9bc1d5 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 76b80f6650412..538f06a1d5da6 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'