Skip to content

Commit

Permalink
build(deps): bump azure/setup-kubectl from 3.2 to 4
Browse files Browse the repository at this point in the history
Bumps [azure/setup-kubectl](https://github.com/azure/setup-kubectl) from 3.2 to 4.
- [Release notes](https://github.com/azure/setup-kubectl/releases)
- [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-kubectl@v3.2...v4)

---
updated-dependencies:
- dependency-name: azure/setup-kubectl
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent 5340324 commit cf1c300
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
--create-namespace charts/edb-postgres-for-kubernetes --wait
- name: Install kubectl
uses: azure/setup-kubectl@v3.2
uses: azure/setup-kubectl@v4

- name: Deploy a cluster
run: |
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Install kubectl
uses: azure/setup-kubectl@v3.2
uses: azure/setup-kubectl@v4

- name: Deploy a cluster
run: |
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
--set config.clusterWide=false \
--create-namespace charts/edb-postgres-for-kubernetes --wait
- name: Install kubectl
uses: azure/setup-kubectl@v3.2
uses: azure/setup-kubectl@v4

- name: Deploy a cluster in the watched namespace
run: |
Expand Down

0 comments on commit cf1c300

Please sign in to comment.