diff --git a/.github/workflows/gcp-deploy-pr.yaml b/.github/workflows/gcp-deploy-pr.yaml index fda15056f..26dbd0fcb 100644 --- a/.github/workflows/gcp-deploy-pr.yaml +++ b/.github/workflows/gcp-deploy-pr.yaml @@ -496,7 +496,7 @@ jobs: steps: - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v1.1.0 + uses: google-github-actions/auth@v2.1.2 with: project_id: ${{needs.env.outputs.PROJECT_ID}} credentials_json: ${{secrets.GCP_SA_KEY}}