diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b87c6d18..f118670a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -161,7 +161,7 @@ jobs: - name: Authenticate to Google Cloud id: auth - uses: google-github-actions/auth@v0 + uses: google-github-actions/auth@v1 with: workload_identity_provider: ${{ secrets.CI_GOOGLE_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ secrets.CI_GOOGLE_SERVICE_ACCOUNT }}