From 3f164be6ed4d70d89b65685acdcd660612b96ff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 11:03:43 +0000 Subject: [PATCH] Bump bobheadxi/deployments from 0.4.3 to 1.4.0 Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 0.4.3 to 1.4.0. - [Release notes](https://github.com/bobheadxi/deployments/releases) - [Commits](https://github.com/bobheadxi/deployments/compare/v0.4.3...v1.4.0) --- updated-dependencies: - dependency-name: bobheadxi/deployments dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-prod-gcr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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