Update bobheadxi/deployments action to v1.2.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
Renovate Bot 2022-05-13 18:51:47 +00:00 committed by Tilman Vatteroth
parent 9440572dcb
commit 9ce6e92c41

View file

@ -44,7 +44,7 @@ jobs:
run: rm -r .next/cache
- name: Mark GitHub deployment as started
uses: bobheadxi/deployments@v1.1.0
uses: bobheadxi/deployments@v1.2.0
id: github-deployment
with:
step: start
@ -61,7 +61,7 @@ jobs:
- name: Mark GitHub deployment as finished
if: always()
uses: bobheadxi/deployments@v1.1.0
uses: bobheadxi/deployments@v1.2.0
with:
step: finish
token: ${{ secrets.GITHUB_TOKEN }}