Skip to content

Commit

Permalink
use latest GH actions for azure/setup-kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzevzl committed Sep 20, 2024
1 parent 5d1321b commit c6f9a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
sudo sh -c 'echo "127.0.0.1 ${{ vars.AZURE_AKS_HOST }}" >> /etc/hosts'
- name: Install kubectl
uses: azure/setup-kubectl@v3
uses: azure/setup-kubectl@v4
with:
version: 'v1.25.16'

Expand Down

0 comments on commit c6f9a86

Please sign in to comment.