Skip to content

Commit

Permalink
chore(deps): update bobheadxi/deployments action to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 20, 2023
1 parent d965b8e commit 58972fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpha-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "sha=$ALPHA" | tr -d "\n" >> $GITHUB_OUTPUT
- name: Create a pending GitHub deployment
uses: bobheadxi/deployments@v1.3.0
uses: bobheadxi/deployments@v1.4.0
id: deployment
with:
step: start
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
--set recaptcha.secret='${{ secrets.RECAPTCHA_SECRET }}'
- name: Finish the GitHub deployment
uses: bobheadxi/deployments@v1.3.0
uses: bobheadxi/deployments@v1.4.0
if: always()
with:
step: finish
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
helm delete ecamp3-${{ matrix.deployment-name }}
- name: Remove GitHub deployment
uses: bobheadxi/deployments@v1.3.0
uses: bobheadxi/deployments@v1.4.0
with:
step: deactivate-env
token: ${{ secrets.REPO_ACCESS_TOKEN }}
Expand All @@ -125,7 +125,7 @@ jobs:
steps:

- name: Create a pending GitHub deployment
uses: bobheadxi/deployments@v1.3.0
uses: bobheadxi/deployments@v1.4.0
id: deployment
with:
step: start
Expand Down Expand Up @@ -230,7 +230,7 @@ jobs:
--set featureToggle.developer=true
- name: Finish the GitHub deployment
uses: bobheadxi/deployments@v1.3.0
uses: bobheadxi/deployments@v1.4.0
if: always()
with:
step: finish
Expand Down

0 comments on commit 58972fb

Please sign in to comment.