Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update bobheadxi/deployments action to v1.5.0 #4828

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading