From 7ac2c9cfb40e85a40a731fc5a4beb38b370537a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 17:01:40 +0000 Subject: [PATCH] build(deps): Bump google-github-actions/auth from 2 to 3 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2 to 3. - [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...v3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gcloud-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gcloud-deploy.yaml b/.github/workflows/gcloud-deploy.yaml index f8150889..30a4410c 100644 --- a/.github/workflows/gcloud-deploy.yaml +++ b/.github/workflows/gcloud-deploy.yaml @@ -39,7 +39,7 @@ jobs: - name: Auth id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: credentials_json: ${{ secrets.GOOGLE_AUTH }} - name: Deploy