diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 096f6a51a4..5be34e5e45 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -69,7 +69,7 @@ jobs: - uses: azure/setup-kubectl@v5 - name: Authenticate with Kubernetes - uses: azure/k8s-set-context@v4 + uses: azure/k8s-set-context@v5 with: method: kubeconfig kubeconfig: ${{ secrets.KUBECONFIG }}