mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
Bump bobheadxi/deployments from v0.4.3 to v0.5.2 (#1360)
Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from v0.4.3 to v0.5.2. - [Release notes](https://github.com/bobheadxi/deployments/releases) - [Commits](https://github.com/bobheadxi/deployments/compare/v0.4.3...d214e9228f80adbf4cc2f6e470f2e66ebac5a1b3) 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
7fd9d42eb1
commit
1feb20239b
2 changed files with 4 additions and 4 deletions
4
.github/workflows/deploy-PROD.yml
vendored
4
.github/workflows/deploy-PROD.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
|||
# Update deployment API #
|
||||
#########################
|
||||
- name: Start deployment
|
||||
uses: bobheadxi/deployments@v0.4.3
|
||||
uses: bobheadxi/deployments@v0.5.2
|
||||
id: deployment
|
||||
with:
|
||||
step: start
|
||||
|
@ -147,7 +147,7 @@ jobs:
|
|||
# Update Deployment API #
|
||||
#########################
|
||||
- name: Update deployment status
|
||||
uses: bobheadxi/deployments@v0.4.3
|
||||
uses: bobheadxi/deployments@v0.5.2
|
||||
if: always()
|
||||
with:
|
||||
step: finish
|
||||
|
|
4
.github/workflows/deploy-RELEASE.yml
vendored
4
.github/workflows/deploy-RELEASE.yml
vendored
|
@ -125,7 +125,7 @@ jobs:
|
|||
# Update deployment API #
|
||||
#########################
|
||||
- name: Start deployment
|
||||
uses: bobheadxi/deployments@v0.4.3
|
||||
uses: bobheadxi/deployments@v0.5.2
|
||||
id: deployment
|
||||
with:
|
||||
step: start
|
||||
|
@ -242,7 +242,7 @@ jobs:
|
|||
# Update Deployment API #
|
||||
#########################
|
||||
- name: Update deployment status
|
||||
uses: bobheadxi/deployments@v0.4.3
|
||||
uses: bobheadxi/deployments@v0.5.2
|
||||
if: always()
|
||||
with:
|
||||
step: finish
|
||||
|
|
Loading…
Reference in a new issue