From 44ea28d16b2cca7a19826d641f7124613b6edfec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:13:19 +0000 Subject: [PATCH] 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/gcp-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gcp-action.yml b/.github/workflows/gcp-action.yml index 40a74dc..cc8e4ee 100644 --- a/.github/workflows/gcp-action.yml +++ b/.github/workflows/gcp-action.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: 'actions/checkout@v4' - id: 'auth' - uses: 'google-github-actions/auth@v2' + uses: 'google-github-actions/auth@v3' with: workload_identity_provider: '${{ secrets.ORG_ID_PROVIDER }}' service_account: '${{ secrets.ORG_SERVICE_ACCOUNT }}'