From 4c936a754001f3d3bf3a358452265e120641bdad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:32:53 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18107b4c..8edf7313 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: fi - id: auth name: "🔓 Authenticate to Google Cloud" - uses: "google-github-actions/auth@v2" + uses: "google-github-actions/auth@v3" with: workload_identity_provider: ${{ secrets.GCP_IDENTITY_PROVIDER }} service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}