diff --git a/.github/workflows/google.yml b/.github/workflows/google.yml index 5e803ed..8cd0f22 100644 --- a/.github/workflows/google.yml +++ b/.github/workflows/google.yml @@ -45,7 +45,7 @@ jobs: gcloud --quiet auth configure-docker # Get the GKE credentials so we can deploy to the cluster - - uses: google-github-actions/get-gke-credentials@v0.2.1 + - uses: google-github-actions/get-gke-credentials@v0.9.0 with: cluster_name: ${{ env.GKE_CLUSTER }} location: ${{ env.GKE_ZONE }}