From 815fb15a53b42f625643321b68f7afc6e6a399a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 15:20:48 -0600 Subject: [PATCH] Bump bobheadxi/deployments from 0.6.1 to 0.6.2 (#2403) Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/bobheadxi/deployments/releases) - [Commits](https://github.com/bobheadxi/deployments/compare/v0.6.1...v0.6.2) --- updated-dependencies: - dependency-name: bobheadxi/deployments dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-Production.yml | 4 ++-- .github/workflows/deploy-Release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-Production.yml b/.github/workflows/deploy-Production.yml index cd4617aa..fbfd059b 100644 --- a/.github/workflows/deploy-Production.yml +++ b/.github/workflows/deploy-Production.yml @@ -230,7 +230,7 @@ jobs: ######################### - name: Start deployment if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }} - uses: bobheadxi/deployments@v0.6.1 + uses: bobheadxi/deployments@v0.6.2 id: deployment with: step: start @@ -307,7 +307,7 @@ jobs: ######################### - name: Update deployment status if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }} - uses: bobheadxi/deployments@v0.6.1 + uses: bobheadxi/deployments@v0.6.2 with: step: finish token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy-Release.yml b/.github/workflows/deploy-Release.yml index 2b3b1b68..3c77627d 100644 --- a/.github/workflows/deploy-Release.yml +++ b/.github/workflows/deploy-Release.yml @@ -102,7 +102,7 @@ jobs: # Update deployment API # ######################### - name: Start deployment - uses: bobheadxi/deployments@v0.6.1 + uses: bobheadxi/deployments@v0.6.2 id: deployment with: step: start