From 6f85deb071fddb915feae9723967fc92caac3c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 11:57:35 +0000 Subject: [PATCH] Bump bobheadxi/deployments from 0.4.3 to 1.3.0 Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 0.4.3 to 1.3.0. - [Release notes](https://github.com/bobheadxi/deployments/releases) - [Commits](https://github.com/bobheadxi/deployments/compare/v0.4.3...v1.3.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..d58c0a0 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.3.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.3.0 if: always() with: step: finish