mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-23 07:42:13 -05:00
Bump bobheadxi/deployments from 0.6.0 to 0.6.1 (#2082)
Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/bobheadxi/deployments/releases) - [Commits](https://github.com/bobheadxi/deployments/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: bobheadxi/deployments dependency-type: direct:production update-type: version-update:semver-patch ... 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
06d8085528
commit
ef05cca61a
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
|
@ -74,7 +74,7 @@ jobs:
|
||||||
# Update deployment API #
|
# Update deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Start deployment
|
- name: Start deployment
|
||||||
uses: bobheadxi/deployments@v0.6.0
|
uses: bobheadxi/deployments@v0.6.1
|
||||||
id: deployment
|
id: deployment
|
||||||
with:
|
with:
|
||||||
step: start
|
step: start
|
||||||
|
@ -171,7 +171,7 @@ jobs:
|
||||||
# Update Deployment API #
|
# Update Deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Update deployment status
|
- name: Update deployment status
|
||||||
uses: bobheadxi/deployments@v0.6.0
|
uses: bobheadxi/deployments@v0.6.1
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
step: finish
|
step: finish
|
||||||
|
|
4
.github/workflows/deploy-PROD-standard.yml
vendored
4
.github/workflows/deploy-PROD-standard.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
||||||
# Update deployment API #
|
# Update deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Start deployment
|
- name: Start deployment
|
||||||
uses: bobheadxi/deployments@v0.6.0
|
uses: bobheadxi/deployments@v0.6.1
|
||||||
id: deployment
|
id: deployment
|
||||||
with:
|
with:
|
||||||
step: start
|
step: start
|
||||||
|
@ -171,7 +171,7 @@ jobs:
|
||||||
# Update Deployment API #
|
# Update Deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Update deployment status
|
- name: Update deployment status
|
||||||
uses: bobheadxi/deployments@v0.6.0
|
uses: bobheadxi/deployments@v0.6.1
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
step: finish
|
step: finish
|
||||||
|
|
4
.github/workflows/deploy-RELEASE-slim.yml
vendored
4
.github/workflows/deploy-RELEASE-slim.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
||||||
# Update deployment API #
|
# Update deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Start deployment
|
- name: Start deployment
|
||||||
uses: bobheadxi/deployments@v0.6.0
|
uses: bobheadxi/deployments@v0.6.1
|
||||||
id: deployment
|
id: deployment
|
||||||
with:
|
with:
|
||||||
step: start
|
step: start
|
||||||
|
@ -147,7 +147,7 @@ jobs:
|
||||||
# Update Deployment API #
|
# Update Deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Update deployment status
|
- name: Update deployment status
|
||||||
uses: bobheadxi/deployments@v0.6.0
|
uses: bobheadxi/deployments@v0.6.1
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
step: finish
|
step: finish
|
||||||
|
|
|
@ -50,7 +50,7 @@ jobs:
|
||||||
# Update deployment API #
|
# Update deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Start deployment
|
- name: Start deployment
|
||||||
uses: bobheadxi/deployments@v0.6.0
|
uses: bobheadxi/deployments@v0.6.1
|
||||||
id: deployment
|
id: deployment
|
||||||
with:
|
with:
|
||||||
step: start
|
step: start
|
||||||
|
@ -147,7 +147,7 @@ jobs:
|
||||||
# Update Deployment API #
|
# Update Deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Update deployment status
|
- name: Update deployment status
|
||||||
uses: bobheadxi/deployments@v0.6.0
|
uses: bobheadxi/deployments@v0.6.1
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
step: finish
|
step: finish
|
||||||
|
|
Loading…
Reference in a new issue