Skip to content

Commit

Permalink
kubectl actions v3->v4
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSanford committed Aug 23, 2024
1 parent d6da62c commit 73cdac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
-
name: Set Deployment Namespace
run: echo "DEPLOYMENT_NAMESPACE=$(jq -r '.${{ github.ref_name }}' /tmp/deployment_namespaces.json)" >> $GITHUB_ENV
- uses: azure/setup-kubectl@v3
- uses: azure/setup-kubectl@v4
name: Install Kubectl
with:
version: 'v1.28.0'
id: install-kubectl
- uses: azure/k8s-set-context@v3
- uses: azure/k8s-set-context@v4
name: Set Kubectl Context
with:
method: kubeconfig
Expand Down

0 comments on commit 73cdac6

Please sign in to comment.