mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
Bump bobheadxi/deployments from 0.6.1 to 0.6.2 (#2403)
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
fc8c3c5cae
commit
815fb15a53
2 changed files with 3 additions and 3 deletions
4
.github/workflows/deploy-Production.yml
vendored
4
.github/workflows/deploy-Production.yml
vendored
|
@ -230,7 +230,7 @@ jobs:
|
|||
#########################
|
||||
- name: Start deployment
|
||||
if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }}
|
||||
uses: bobheadxi/deployments@v0.6.1
|
||||
uses: bobheadxi/deployments@v0.6.2
|
||||
id: deployment
|
||||
with:
|
||||
step: start
|
||||
|
@ -307,7 +307,7 @@ jobs:
|
|||
#########################
|
||||
- name: Update deployment status
|
||||
if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }}
|
||||
uses: bobheadxi/deployments@v0.6.1
|
||||
uses: bobheadxi/deployments@v0.6.2
|
||||
with:
|
||||
step: finish
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
2
.github/workflows/deploy-Release.yml
vendored
2
.github/workflows/deploy-Release.yml
vendored
|
@ -102,7 +102,7 @@ jobs:
|
|||
# Update deployment API #
|
||||
#########################
|
||||
- name: Start deployment
|
||||
uses: bobheadxi/deployments@v0.6.1
|
||||
uses: bobheadxi/deployments@v0.6.2
|
||||
id: deployment
|
||||
with:
|
||||
step: start
|
||||
|
|
Loading…
Reference in a new issue