From 5fb7dd88819f3b35907cda1ec33b1a8241a1ed9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:00:45 +0000 Subject: [PATCH] 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/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: bobheadxi/deployments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 795ea87e..970b0a7f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -49,7 +49,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Start ${{ matrix.images.environment }} Deployment - uses: bobheadxi/deployments@v1.3.0 + uses: bobheadxi/deployments@v1.4.0 id: deployment with: step: start @@ -75,7 +75,7 @@ jobs: target: "${{ matrix.images.target }}" - name: Update ${{ matrix.images.environment }} Deployment - uses: bobheadxi/deployments@v1.3.0 + uses: bobheadxi/deployments@v1.4.0 if: always() with: step: finish diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2df2ad8f..9425900c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: } >> "${GITHUB_ENV}" - name: Start ${{ matrix.images.environment }} Deployment - uses: bobheadxi/deployments@v1.3.0 + uses: bobheadxi/deployments@v1.4.0 id: deployment with: step: start @@ -112,7 +112,7 @@ jobs: git push --force origin "refs/tags/${SEMVER_MAJOR_VERSION_WITH_PREFIX}" "refs/tags/latest" - name: Update ${{ matrix.images.environment }} Deployment - uses: bobheadxi/deployments@v1.3.0 + uses: bobheadxi/deployments@v1.4.0 if: always() with: step: finish