From f1d55bedffd0812e6fcdd54889aaa2af4e3ec0c6 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Fri, 1 Jul 2022 13:25:43 +0200 Subject: [PATCH] actions: manifest: Update SHA Update the revision of the manifest SHA to include the updates. 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 53b10427c9e..77d102f7660 100644 --- a/.github/workflows/manifest.yml +++ b/.github/workflows/manifest.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - name: Manifest - uses: zephyrproject-rtos/action-manifest@2f1ad2908599d4fe747f886f9d733dd7eebae4ef + uses: zephyrproject-rtos/action-manifest@f54422ea250adb7cc1b9f62bfe125978bb2c58ee with: github-token: ${{ secrets.ZB_GITHUB_TOKEN }} manifest-path: 'west.yml'