Skip to content

Commit 815fb15

Browse files
Bump bobheadxi/deployments from 0.6.1 to 0.6.2 (super-linter#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](bobheadxi/deployments@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fc8c3c5 commit 815fb15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-Production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
#########################
231231
- name: Start deployment
232232
if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }}
233-
uses: bobheadxi/[email protected].1
233+
uses: bobheadxi/[email protected].2
234234
id: deployment
235235
with:
236236
step: start
@@ -307,7 +307,7 @@ jobs:
307307
#########################
308308
- name: Update deployment status
309309
if: ${{ github.repository == 'github/super-linter' && github.ref == 'refs/heads/main' }}
310-
uses: bobheadxi/[email protected].1
310+
uses: bobheadxi/[email protected].2
311311
with:
312312
step: finish
313313
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deploy-Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# Update deployment API #
103103
#########################
104104
- name: Start deployment
105-
uses: bobheadxi/[email protected].1
105+
uses: bobheadxi/[email protected].2
106106
id: deployment
107107
with:
108108
step: start

0 commit comments

Comments
 (0)