Skip to content

Commit

Permalink
Merge pull request #4828 from ecamp/renovate/bobheadxi-deployments-1.x
Browse files Browse the repository at this point in the history
chore(deps): update bobheadxi/deployments action to v1.5.0
  • Loading branch information
renovate[bot] authored Mar 26, 2024
2 parents c9a06ad + 91b8e3b commit f433c52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-pr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
helm delete ecamp3-${{ matrix.deployment-name }}
- name: Remove GitHub deployment
uses: bobheadxi/deployments@v1.4.0
uses: bobheadxi/deployments@v1.5.0
with:
step: deactivate-env
token: ${{ secrets.REPO_ACCESS_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-dev-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
job_name: Upgrade or install deployment / Deploy to Kubernetes

- name: Create a pending GitHub deployment
uses: bobheadxi/deployments@v1.4.0
uses: bobheadxi/deployments@v1.5.0
id: deployment
with:
step: start
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
--set featureToggle.developer=true
- name: Finish the GitHub deployment
uses: bobheadxi/deployments@v1.4.0
uses: bobheadxi/deployments@v1.5.0
if: always()
with:
step: finish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-stage-prod-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Create a pending GitHub deployment
uses: bobheadxi/deployments@v1.4.0
uses: bobheadxi/deployments@v1.5.0
id: deployment
with:
step: start
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
--set autoscaling.targetCPUUtilizationPercentage=90
- name: Finish the GitHub deployment
uses: bobheadxi/deployments@v1.4.0
uses: bobheadxi/deployments@v1.5.0
if: always()
with:
step: finish
Expand Down

0 comments on commit f433c52

Please sign in to comment.