Bump bobheadxi/deployments from 1.2.0 to 1.3.0 (#3076)

Bumps [bobheadxi/deployments](https://github.com/bobheadxi/deployments) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/bobheadxi/deployments/releases)
- [Commits](https://github.com/bobheadxi/deployments/compare/v1.2.0...v1.3.0)

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

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:
dependabot[bot] 2022-07-11 12:13:52 -05:00 committed by GitHub
parent fdcf9c13bb
commit 74866d9dc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -233,7 +233,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@v1.2.0 uses: bobheadxi/deployments@v1.3.0
id: deployment id: deployment
with: with:
step: start step: start
@ -310,7 +310,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@v1.2.0 uses: bobheadxi/deployments@v1.3.0
with: with:
step: finish step: finish
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}

View file

@ -110,7 +110,7 @@ jobs:
# Update deployment API # # Update deployment API #
######################### #########################
- name: Start deployment - name: Start deployment
uses: bobheadxi/deployments@v1.2.0 uses: bobheadxi/deployments@v1.3.0
id: deployment id: deployment
with: with:
step: start step: start
@ -144,7 +144,7 @@ jobs:
# Update Deployment API # # Update Deployment API #
######################### #########################
- name: Update deployment status - name: Update deployment status
uses: bobheadxi/deployments@v1.2.0 uses: bobheadxi/deployments@v1.3.0
if: always() if: always()
with: with:
step: finish step: finish