actions: Update manifest action to v1.1.0

This new release adds support for diffs as well as being able to list
added and removed projects.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2021-03-26 19:22:08 +01:00 committed by Anas Nashif
commit 799a87072a

View file

@ -17,7 +17,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Manifest - name: Manifest
uses: zephyrproject-rtos/action-manifest@v1.0.0 uses: zephyrproject-rtos/action-manifest@v1.1.0
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
manifest-path: 'west.yml' manifest-path: 'west.yml'