mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
deps(github-actions): bump bobheadxi/deployments from 1.4.0 to 1.5.0 (#5460)
Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/bobheadxi/deployments/releases) - [Commits](https://github.com/bobheadxi/deployments/compare/v1.4.0...v1.5.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d86761cc6a
commit
fd2c7cc16e
1 changed files with 4 additions and 4 deletions
8
.github/workflows/cd.yml
vendored
8
.github/workflows/cd.yml
vendored
|
@ -105,7 +105,7 @@ jobs:
|
|||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Start deployment
|
||||
uses: bobheadxi/deployments@v1.4.0
|
||||
uses: bobheadxi/deployments@v1.5.0
|
||||
id: deployment
|
||||
with:
|
||||
step: start
|
||||
|
@ -132,7 +132,7 @@ jobs:
|
|||
target: "${{ matrix.images.target }}"
|
||||
|
||||
- name: Update deployment
|
||||
uses: bobheadxi/deployments@v1.4.0
|
||||
uses: bobheadxi/deployments@v1.5.0
|
||||
# We depend on the 'deployment' step outputs, so we can't run this step
|
||||
# if the 'deployment' step didn't run. This can happen if any step
|
||||
# before the 'deployment' step fails. That's why 'always()' is not
|
||||
|
@ -187,7 +187,7 @@ jobs:
|
|||
|
||||
- name: Start deployment
|
||||
if: steps.release.outputs.release_created
|
||||
uses: bobheadxi/deployments@v1.4.0
|
||||
uses: bobheadxi/deployments@v1.5.0
|
||||
id: deployment
|
||||
with:
|
||||
step: start
|
||||
|
@ -263,7 +263,7 @@ jobs:
|
|||
git push --force origin latest
|
||||
|
||||
- name: Update deployment
|
||||
uses: bobheadxi/deployments@v1.4.0
|
||||
uses: bobheadxi/deployments@v1.5.0
|
||||
# We depend on the 'deployment' step outputs, so we can't run this step
|
||||
# if the 'deployment' step didn't run. This can happen if any step
|
||||
# before the 'deployment' step fails. That's why 'always()' is not
|
||||
|
|
Loading…
Reference in a new issue