diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d65343c4cf..1359215963 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -282,7 +282,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 }}