actions: manifest: Update to the latest version
See these PRs for additional information on what changed between v1.5.0 and v1.7.0: https://github.com/zephyrproject-rtos/action-manifest/pull/15 https://github.com/zephyrproject-rtos/action-manifest/pull/16 Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
6b65d60d49
commit
6e92a3f223
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manifest.yml
vendored
2
.github/workflows/manifest.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
west init -l . || true
|
||||
|
||||
- name: Manifest
|
||||
uses: zephyrproject-rtos/action-manifest@v1.5.0
|
||||
uses: zephyrproject-rtos/action-manifest@v1.7.0
|
||||
with:
|
||||
github-token: ${{ secrets.ZB_GITHUB_TOKEN }}
|
||||
manifest-path: 'west.yml'
|
||||
|
|
|
|||
Loading…
Reference in a new issue