From 58630556c7c5234ad86080512cceca9edcf161df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 14:47:17 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v3 --- .github/workflows/test-common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-common.yaml b/.github/workflows/test-common.yaml index f3fdd7f..a8b5855 100644 --- a/.github/workflows/test-common.yaml +++ b/.github/workflows/test-common.yaml @@ -58,7 +58,7 @@ jobs: run: echo $WORKER && ./src/scripts/get_extra_sleep_for_worker.sh $WORKER bigquery - name: Authenticate to Google Cloud - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.GCLOUD_CRED_FILE }}