diff --git a/.github/workflows/dest_bigquery.yml b/.github/workflows/dest_bigquery.yml index f0ae7f5ce20794..a38e32fa90aa40 100644 --- a/.github/workflows/dest_bigquery.yml +++ b/.github/workflows/dest_bigquery.yml @@ -55,7 +55,7 @@ jobs: if: github.event_name == 'pull_request' run: test "$(git status -s | wc -l)" -eq 0 || (git status -s; exit 1) - name: Authenticate to Google Cloud - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: workload_identity_provider: 'projects/151868820337/locations/global/workloadIdentityPools/integration-test-pool/providers/integration-test-provider' service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com' diff --git a/.github/workflows/dest_gcs.yml b/.github/workflows/dest_gcs.yml index 3090e7a7ea6b52..8b32c86b5837d4 100644 --- a/.github/workflows/dest_gcs.yml +++ b/.github/workflows/dest_gcs.yml @@ -52,7 +52,7 @@ jobs: if: github.event_name == 'pull_request' run: test "$(git status -s | wc -l)" -eq 0 || (git status -s; exit 1) - name: Authenticate to Google Cloud - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: workload_identity_provider: 'projects/151868820337/locations/global/workloadIdentityPools/integration-test-pool/providers/integration-test-provider' service_account: 'integration-service-account@cq-integration-tests.iam.gserviceaccount.com'