From 09f6800d1fb7b9f2a4d89ef6835980fd0faff8fa Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Fri, 27 Oct 2023 15:41:37 +0200 Subject: [PATCH] actions: manifest: Update the revision of the manifest action Pull in https://github.com/zephyrproject-rtos/action-manifest/pull/10. 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 eeee77e61a623e..61ab2e4215701a 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.2.0 + uses: zephyrproject-rtos/action-manifest@v1.2.1 with: github-token: ${{ secrets.ZB_GITHUB_TOKEN }} manifest-path: 'west.yml'