Skip to content

Commit

Permalink
chore(deps): update bobheadxi/deployments action to v0.6.2 (#414)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 4, 2022
1 parent b0a0a56 commit 2750824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
ref: ${{ needs.merge.outputs.sha }}

- name: Start deployment
uses: bobheadxi/deployments@3288e49ca0bde112b9414f998339321d537e2a51 # renovate: tag=v0.6.1
uses: bobheadxi/deployments@f235d02c2daaaa84c710d013c7d39f7f0f8bf298 # renovate: tag=v0.6.2
id: start_deployment
with:
step: start
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
set_commits: skip

- name: Finish deployment
uses: bobheadxi/deployments@3288e49ca0bde112b9414f998339321d537e2a51 # renovate: tag=v0.6.1
uses: bobheadxi/deployments@f235d02c2daaaa84c710d013c7d39f7f0f8bf298 # renovate: tag=v0.6.2
if: steps.start_deployment.conclusion == 'success' && always()
with:
step: finish
Expand Down

0 comments on commit 2750824

Please sign in to comment.