diff --git a/.github/workflows/k8s-deploy.yml b/.github/workflows/k8s-deploy.yml index 88196a2..2a0006b 100644 --- a/.github/workflows/k8s-deploy.yml +++ b/.github/workflows/k8s-deploy.yml @@ -129,7 +129,7 @@ jobs: - name: 🔐 Get GKE kubeconfig if: inputs.cluster-provider == 'gke' - uses: google-github-actions/get-gke-credentials@v2 + uses: google-github-actions/get-gke-credentials@v3 with: cluster_name: ${{ inputs.cluster-name }} location: ${{ env.GCP_ZONE || 'us-central1' }}