Skip to content

Commit

Permalink
Merge pull request #2970 from jupyterhub/dependabot/github_actions/az…
Browse files Browse the repository at this point in the history
…ure/setup-kubectl-4

Bump azure/setup-kubectl from 3.2 to 4
  • Loading branch information
manics authored May 1, 2024
2 parents 5d9e8a9 + 13d4523 commit 087d8b2
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 087d8b2

Please sign in to comment.