mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
Bump bobheadxi/deployments from 0.5.2 to 0.6.0 (#1655)
Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 0.5.2 to 0.6.0. - [Release notes](https://github.com/bobheadxi/deployments/releases) - [Commits](https://github.com/bobheadxi/deployments/compare/v0.5.2...v0.6.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
2a9dbbedcb
commit
428867f7a7
4 changed files with 8 additions and 8 deletions
4
.github/workflows/deploy-PROD-slim.yml
vendored
4
.github/workflows/deploy-PROD-slim.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
# Update deployment API #
|
||||
#########################
|
||||
- name: Start deployment
|
||||
uses: bobheadxi/deployments@v0.5.2
|
||||
uses: bobheadxi/deployments@v0.6.0
|
||||
id: deployment
|
||||
with:
|
||||
step: start
|
||||
|
@ -148,7 +148,7 @@ jobs:
|
|||
# Update Deployment API #
|
||||
#########################
|
||||
- name: Update deployment status
|
||||
uses: bobheadxi/deployments@v0.5.2
|
||||
uses: bobheadxi/deployments@v0.6.0
|
||||
if: always()
|
||||
with:
|
||||
step: finish
|
||||
|
|
4
.github/workflows/deploy-PROD-standard.yml
vendored
4
.github/workflows/deploy-PROD-standard.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
# Update deployment API #
|
||||
#########################
|
||||
- name: Start deployment
|
||||
uses: bobheadxi/deployments@v0.5.2
|
||||
uses: bobheadxi/deployments@v0.6.0
|
||||
id: deployment
|
||||
with:
|
||||
step: start
|
||||
|
@ -148,7 +148,7 @@ jobs:
|
|||
# Update Deployment API #
|
||||
#########################
|
||||
- name: Update deployment status
|
||||
uses: bobheadxi/deployments@v0.5.2
|
||||
uses: bobheadxi/deployments@v0.6.0
|
||||
if: always()
|
||||
with:
|
||||
step: finish
|
||||
|
|
4
.github/workflows/deploy-RELEASE-slim.yml
vendored
4
.github/workflows/deploy-RELEASE-slim.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
# Update deployment API #
|
||||
#########################
|
||||
- name: Start deployment
|
||||
uses: bobheadxi/deployments@v0.5.2
|
||||
uses: bobheadxi/deployments@v0.6.0
|
||||
id: deployment
|
||||
with:
|
||||
step: start
|
||||
|
@ -141,7 +141,7 @@ jobs:
|
|||
# Update Deployment API #
|
||||
#########################
|
||||
- name: Update deployment status
|
||||
uses: bobheadxi/deployments@v0.5.2
|
||||
uses: bobheadxi/deployments@v0.6.0
|
||||
if: always()
|
||||
with:
|
||||
step: finish
|
||||
|
|
|
@ -69,7 +69,7 @@ jobs:
|
|||
# Update deployment API #
|
||||
#########################
|
||||
- name: Start deployment
|
||||
uses: bobheadxi/deployments@v0.5.2
|
||||
uses: bobheadxi/deployments@v0.6.0
|
||||
id: deployment
|
||||
with:
|
||||
step: start
|
||||
|
@ -190,7 +190,7 @@ jobs:
|
|||
# Update Deployment API #
|
||||
#########################
|
||||
- name: Update deployment status
|
||||
uses: bobheadxi/deployments@v0.5.2
|
||||
uses: bobheadxi/deployments@v0.6.0
|
||||
if: always()
|
||||
with:
|
||||
step: finish
|
||||
|
|
Loading…
Reference in a new issue