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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-23 13:00:45 +00:00 committed by Brett Logan
parent 6fb9c49336
commit 5fb7dd8881
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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