From cc0bca1f9ca3d7dd49789d0e5bc65669b496c3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:49:50 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.0.0 to 2.1.0 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 }}