diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5c5920e6d..15c9859a4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -144,7 +144,7 @@ jobs: - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: workload_identity_provider: ${{ secrets.CI_GOOGLE_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ secrets.CI_GOOGLE_SERVICE_ACCOUNT }}