diff --git a/.github/workflows/deploy-prod-gcr.yml b/.github/workflows/deploy-prod-gcr.yml index e47ce96..6991cd0 100644 --- a/.github/workflows/deploy-prod-gcr.yml +++ b/.github/workflows/deploy-prod-gcr.yml @@ -42,7 +42,7 @@ jobs: # Update deployment API - name: start deployment - uses: bobheadxi/deployments@v0.4.3 + uses: bobheadxi/deployments@v1.4.0 id: deployment with: step: start @@ -88,7 +88,7 @@ jobs: # Update Deployment API - name: update deployment status - uses: bobheadxi/deployments@v0.4.3 + uses: bobheadxi/deployments@v1.4.0 if: always() with: step: finish