From 682126ed5bb19d81ae190c469d5db27c25762be4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 23:23:02 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v2 --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index a59a5a7064..5e593f5b9b 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -219,7 +219,7 @@ jobs: - name: 'Set up Cloud SDK' if: github.event_name != 'pull_request' - uses: 'google-github-actions/auth@3a3c4c57d294ef65efaaee4ff17b22fa88dd3c69' # v1.3.0 + uses: 'google-github-actions/auth@67e9c72af6e0492df856527b474995862b7b6591' # v2.0.0 id: 'auth' with: token_format: "access_token" # this is important as it will generate the token to be used as an oauth2 token for the next step