Bump bobheadxi/deployments from 0.6.2 to 1.1.0

Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 0.6.2 to 1.1.0.
- [Release notes](https://github.com/bobheadxi/deployments/releases)
- [Commits](https://github.com/bobheadxi/deployments/compare/v0.6.2...v1.1.0)

---
updated-dependencies:
- dependency-name: bobheadxi/deployments
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-07 15:34:25 +00:00 committed by Brett Logan
parent 04c9bda14a
commit d90e4a4b72
2 changed files with 4 additions and 4 deletions

View file

@ -231,7 +231,7 @@ jobs:
######################### #########################
- name: Start deployment - name: Start deployment
if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }} if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }}
uses: bobheadxi/deployments@v0.6.2 uses: bobheadxi/deployments@v1.1.0
id: deployment id: deployment
with: with:
step: start step: start
@ -308,7 +308,7 @@ jobs:
######################### #########################
- name: Update deployment status - name: Update deployment status
if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }} if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }}
uses: bobheadxi/deployments@v0.6.2 uses: bobheadxi/deployments@v1.1.0
with: with:
step: finish step: finish
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -102,7 +102,7 @@ jobs:
# Update deployment API # # Update deployment API #
######################### #########################
- name: Start deployment - name: Start deployment
uses: bobheadxi/deployments@v0.6.2 uses: bobheadxi/deployments@v1.1.0
id: deployment id: deployment
with: with:
step: start step: start
@ -136,7 +136,7 @@ jobs:
# Update Deployment API # # Update Deployment API #
######################### #########################
- name: Update deployment status - name: Update deployment status
uses: bobheadxi/deployments@v0.6.2 uses: bobheadxi/deployments@v1.1.0
if: always() if: always()
with: with:
step: finish step: finish