diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d40f3b7c..3fa91d8e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -186,7 +186,7 @@ jobs: # Get GKE credentials - name: Get GKE credentials - uses: google-github-actions/get-gke-credentials@v2 + uses: google-github-actions/get-gke-credentials@v3 with: cluster_name: ${{ env.GKE_CLUSTER }} location: ${{ env.GKE_REGION }}