Update bobheadxi/deployments action to v1.3.0 (#2145)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-06-25 08:50:01 +02:00 committed by GitHub
parent c5165443a3
commit 1a51964241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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