From b525ecff9b31ed5db3b854233af7649bc481f7dc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 29 Nov 2023 17:43:56 +0100 Subject: [PATCH] chore(deps): update google-github-actions/auth digest to 3a3c4c5 (#1994) Co-authored-by: Andrew Peabody --- .github/workflows/release-cli.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 213b4769817..77f9c97dfa3 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -28,7 +28,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591' # v1 + uses: 'google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591' # v2.0.0 with: workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}' service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}'