diff --git a/.github/workflows/testflow.yml b/.github/workflows/testflow.yml index aaa7f7a..9d8dbfe 100644 --- a/.github/workflows/testflow.yml +++ b/.github/workflows/testflow.yml @@ -105,7 +105,7 @@ jobs: # Retrieves your Azure Kubernetes Service cluster's kubeconfig file - name: Get K8s context - uses: azure/aks-set-context@v3 + uses: azure/aks-set-context@v4 with: resource-group: ${{ env.CLUSTER_RESOURCE_GROUP }} cluster-name: ${{ env.CLUSTER_NAME }}