From ece31406f9359d096c6d1b40b79b9c4c8f18a38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 11:23:41 +0000 Subject: [PATCH] Bump bobheadxi/deployments from 0.4.3 to 0.6.0 Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 0.4.3 to 0.6.0. - [Release notes](https://github.com/bobheadxi/deployments/releases) - [Commits](https://github.com/bobheadxi/deployments/compare/v0.4.3...v0.6.0) --- updated-dependencies: - dependency-name: bobheadxi/deployments dependency-type: direct:production update-type: version-update:semver-minor ... 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..a234f51 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@v0.6.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@v0.6.0 if: always() with: step: finish