diff --git a/.github/workflows/google.yml b/.github/workflows/google.yml index c4699d2..d03e115 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@v1.0.2 + - uses: google-github-actions/get-gke-credentials@v2.2.1 with: cluster_name: ${{ env.GKE_CLUSTER }} location: ${{ env.GKE_ZONE }} diff --git a/.github/workflows/googleXs.yml b/.github/workflows/googleXs.yml index 8809327..8ea32db 100644 --- a/.github/workflows/googleXs.yml +++ b/.github/workflows/googleXs.yml @@ -49,7 +49,7 @@ jobs: # Get the GKE credentials so we can deploy to the cluster - - uses: google-github-actions/get-gke-credentials@v1.0.2 + - uses: google-github-actions/get-gke-credentials@v2.2.1 with: cluster_name: ${{ env.GKE_CLUSTER }} location: ${{ env.GKE_ZONE }}