From bfe029791ece18e322e2a01efae8044b4ee1909f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 06:14:59 +0000 Subject: [PATCH] Bump bobheadxi/deployments from 0.5.2 to 0.6.0 Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 0.5.2 to 0.6.0. - [Release notes](https://github.com/bobheadxi/deployments/releases) - [Commits](https://github.com/bobheadxi/deployments/compare/v0.5.2...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.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 12c89333cf..3e320f7661 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -137,7 +137,7 @@ jobs: continue-after-seconds: 180 - name: Start ${{ github.event.inputs.environment }} Deployment - uses: bobheadxi/deployments@v0.5.2 + uses: bobheadxi/deployments@v0.6.0 id: deployment with: step: start @@ -164,7 +164,7 @@ jobs: - name: Update ${{ github.event.inputs.environment }} status if: always() - uses: bobheadxi/deployments@v0.5.2 + uses: bobheadxi/deployments@v0.6.0 with: step: finish token: ${{ secrets.GITHUB_TOKEN }}