From c21e03dce98f6b5ada718d51c0badee158ab453a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 11:25:24 +0000 Subject: [PATCH] Bump bobheadxi/deployments from 0.4.3 to 1.0.1 Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 0.4.3 to 1.0.1. - [Release notes](https://github.com/bobheadxi/deployments/releases) - [Commits](https://github.com/bobheadxi/deployments/compare/v0.4.3...v1.0.1) --- 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..09e6c41 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.0.1 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.0.1 if: always() with: step: finish