From 801b57b1bec2cc1e978d5ed3250664cae342a8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:06:41 +0000 Subject: [PATCH] build(deps): bump bobheadxi/deployments from 1.3.0 to 1.4.0 Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/bobheadxi/deployments/releases) - [Commits](https://github.com/bobheadxi/deployments/compare/9d4477fdaa4120020cd10ab7e97f68c801422e73...88ce5600046c82542f8246ac287d0a53c461bca3) --- updated-dependencies: - dependency-name: bobheadxi/deployments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-production.yml | 4 ++-- .github/workflows/deploy-release.yml | 4 ++-- .github/workflows/deploy-test.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 43121e27..047602b8 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -55,7 +55,7 @@ jobs: - name: Start deployment if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: bobheadxi/deployments@9d4477fdaa4120020cd10ab7e97f68c801422e73 + uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 id: deployment with: step: start @@ -79,7 +79,7 @@ jobs: - name: Update deployment status if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: bobheadxi/deployments@9d4477fdaa4120020cd10ab7e97f68c801422e73 + uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 with: step: finish token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index 33b46114..53cea80e 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -70,7 +70,7 @@ jobs: echo "MAJOR_VERSION=${RELEASE_VERSION%%.*}" >> "${GITHUB_ENV}" - name: Start deployment - uses: bobheadxi/deployments@9d4477fdaa4120020cd10ab7e97f68c801422e73 + uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 id: deployment with: step: start @@ -94,7 +94,7 @@ jobs: ${{ env.REGISTRY }}/${{ github.repository }}:${{ matrix.images.container-image-id-prefix }}${{ env.RELEASE_VERSION }} - name: Update deployment status - uses: bobheadxi/deployments@9d4477fdaa4120020cd10ab7e97f68c801422e73 + uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 if: always() with: step: finish diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 1c12bf82..6301e6fb 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -59,7 +59,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Start deployment - uses: bobheadxi/deployments@9d4477fdaa4120020cd10ab7e97f68c801422e73 + uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 id: deployment with: step: start @@ -81,7 +81,7 @@ jobs: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.images.tag }}:latest - name: Update deployment status - uses: bobheadxi/deployments@9d4477fdaa4120020cd10ab7e97f68c801422e73 + uses: bobheadxi/deployments@88ce5600046c82542f8246ac287d0a53c461bca3 if: always() with: step: finish