From 4e9061784c3eb9297cd1f83256f6289f3c4846c7 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Fri, 20 Dec 2024 16:01:29 +0100 Subject: [PATCH] action: manifest: Update to v1.7.0 See the following PR for more info on what changed since v1.6.0: https://github.com/zephyrproject-rtos/action-manifest/pull/16 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 ff519bc4b770..511bf784d29f 100644 --- a/.github/workflows/manifest.yml +++ b/.github/workflows/manifest.yml @@ -31,7 +31,7 @@ jobs: west update zephyr - name: Manifest - uses: zephyrproject-rtos/action-manifest@v1.6.0 + uses: zephyrproject-rtos/action-manifest@v1.7.0 with: github-token: ${{ secrets.NCS_GITHUB_TOKEN }} manifest-path: 'west.yml'