From 14ac49b5d14627f0629b82fdc075f715a3871a0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 04:08:44 +0000 Subject: [PATCH] Update google-github-actions/auth action to v2.1.0 --- .github/workflows/iac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/iac.yml b/.github/workflows/iac.yml index 814a9ee2..bb7212df 100644 --- a/.github/workflows/iac.yml +++ b/.github/workflows/iac.yml @@ -121,7 +121,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2.0.0' + uses: 'google-github-actions/auth@v2.1.0' if: inputs.GCP_ENV == true with: workload_identity_provider: ${{ inputs.GCP_WIP }}