ci: hotfix: Use latest version of greetings action
This fixes a bug with the action's Docker container apparently not being able to run Node correctly anymore... Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
ecb2df0444
commit
199743de01
|
@ -13,7 +13,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: zephyrproject-rtos/action-first-interaction@v1.1.1-zephyr-4
|
- uses: zephyrproject-rtos/action-first-interaction@v1.1.1-zephyr-5
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue