mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 14:10:56 -05:00
Bump bobheadxi/deployments from 0.6.1 to 0.6.2 (#2288)
Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/bobheadxi/deployments/releases) - [Commits](https://github.com/bobheadxi/deployments/compare/v0.6.1...v0.6.2) --- 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
ec1e2e8696
commit
dc4ae361ee
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
|
@ -77,7 +77,7 @@ jobs:
|
||||||
# Update deployment API #
|
# Update deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Start deployment
|
- name: Start deployment
|
||||||
uses: bobheadxi/deployments@v0.6.1
|
uses: bobheadxi/deployments@v0.6.2
|
||||||
id: deployment
|
id: deployment
|
||||||
with:
|
with:
|
||||||
step: start
|
step: start
|
||||||
|
@ -175,7 +175,7 @@ jobs:
|
||||||
# Update Deployment API #
|
# Update Deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Update deployment status
|
- name: Update deployment status
|
||||||
uses: bobheadxi/deployments@v0.6.1
|
uses: bobheadxi/deployments@v0.6.2
|
||||||
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
|
@ -77,7 +77,7 @@ jobs:
|
||||||
# Update deployment API #
|
# Update deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Start deployment
|
- name: Start deployment
|
||||||
uses: bobheadxi/deployments@v0.6.1
|
uses: bobheadxi/deployments@v0.6.2
|
||||||
id: deployment
|
id: deployment
|
||||||
with:
|
with:
|
||||||
step: start
|
step: start
|
||||||
|
@ -174,7 +174,7 @@ jobs:
|
||||||
# Update Deployment API #
|
# Update Deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Update deployment status
|
- name: Update deployment status
|
||||||
uses: bobheadxi/deployments@v0.6.1
|
uses: bobheadxi/deployments@v0.6.2
|
||||||
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
|
@ -52,7 +52,7 @@ jobs:
|
||||||
# Update deployment API #
|
# Update deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Start deployment
|
- name: Start deployment
|
||||||
uses: bobheadxi/deployments@v0.6.1
|
uses: bobheadxi/deployments@v0.6.2
|
||||||
id: deployment
|
id: deployment
|
||||||
with:
|
with:
|
||||||
step: start
|
step: start
|
||||||
|
@ -152,7 +152,7 @@ jobs:
|
||||||
# Update Deployment API #
|
# Update Deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Update deployment status
|
- name: Update deployment status
|
||||||
uses: bobheadxi/deployments@v0.6.1
|
uses: bobheadxi/deployments@v0.6.2
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
step: finish
|
step: finish
|
||||||
|
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
# Update deployment API #
|
# Update deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Start deployment
|
- name: Start deployment
|
||||||
uses: bobheadxi/deployments@v0.6.1
|
uses: bobheadxi/deployments@v0.6.2
|
||||||
id: deployment
|
id: deployment
|
||||||
with:
|
with:
|
||||||
step: start
|
step: start
|
||||||
|
@ -151,7 +151,7 @@ jobs:
|
||||||
# Update Deployment API #
|
# Update Deployment API #
|
||||||
#########################
|
#########################
|
||||||
- name: Update deployment status
|
- name: Update deployment status
|
||||||
uses: bobheadxi/deployments@v0.6.1
|
uses: bobheadxi/deployments@v0.6.2
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
step: finish
|
step: finish
|
||||||
|
|
Loading…
Reference in a new issue