Skip to content

Commit

Permalink
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 May 1, 2024
1 parent 5d9e8a9 commit 13d4523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:

# Action Repo: https://github.com/Azure/setup-kubectl
- name: "Stage 1: Install kubectl ${{ env.KUBECTL_VERSION }}"
uses: azure/setup-kubectl@v3.2
uses: azure/setup-kubectl@v4
with:
version: ${{ env.KUBECTL_VERSION }}

Expand Down Expand Up @@ -303,7 +303,7 @@ jobs:
role-session-name: mybinder-github-cd

- name: "Stage 1: Install kubectl ${{ env.KUBECTL_VERSION }}"
uses: azure/setup-kubectl@v3.2
uses: azure/setup-kubectl@v4
with:
version: ${{ env.KUBECTL_VERSION }}

Expand Down

0 comments on commit 13d4523

Please sign in to comment.