From 9b00b164762a715859ab652379f99f372b80f82d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:10:04 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v3 --- .github/workflows/deploy-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-reusable.yml b/.github/workflows/deploy-reusable.yml index 3b9dfe9..ad31742 100644 --- a/.github/workflows/deploy-reusable.yml +++ b/.github/workflows/deploy-reusable.yml @@ -140,7 +140,7 @@ jobs: - name: Authenticate to Google Cloud via WIF (for NPM_TOKEN) id: gcp-auth if: env.HAS_WIF == 'true' - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ secrets.IDENTITY_PROVIDER }} service_account: ${{ secrets.SA_NAME }}