From 70b54b32737b7835dff26afcf6a5e7fad9a9e319 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 01:30:56 +0000 Subject: [PATCH] Update google-github-actions/auth action to v2.0.1 --- .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..ff975cd1 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.0.1' if: inputs.GCP_ENV == true with: workload_identity_provider: ${{ inputs.GCP_WIP }}