From 04f3b99861b8aa61d1f3887b40a7f05b8d2c929a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 23 Jan 2024 03:42:42 +0000
Subject: [PATCH] chore: bump google-github-actions/auth from 1.2.0 to 2.1.0

Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 1.2.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/f105ef0cdb3b102a020be1767fcc8a974898b7c6...5a50e581162a13f4baa8916d01180d2acbc04363)

---
updated-dependencies:
- dependency-name: google-github-actions/auth
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/cicd.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml
index 4c025129..b3d4d9db 100644
--- a/.github/workflows/cicd.yaml
+++ b/.github/workflows/cicd.yaml
@@ -167,7 +167,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Authenticate to Google Cloud
-        uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6
+        uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363
         with:
           workload_identity_provider: ${{ secrets[format('{0}_{1}', matrix.environment, 'GCP_WORKLOAD_IDENTITY_PROVIDER')] }}
           service_account: ${{ secrets[format('{0}_{1}', matrix.environment, 'GCP_WORKLOAD_IDENTITY_SERVICE_ACCOUNT')] }}