diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d40f3b7c..bae55011 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -109,7 +109,7 @@ jobs: # Setup gcloud CLI - name: Authenticate with Google Cloud id: "auth" - uses: "google-github-actions/auth@v2" + uses: "google-github-actions/auth@v3" with: credentials_json: "${{ secrets.GKE_SA_KEY }}"