From 132de472d986f8210e712a7f8801a690e660f170 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:56:23 +0000 Subject: [PATCH] Update google-github-actions/auth action to v2 --- .github/workflows/container_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container_release.yaml b/.github/workflows/container_release.yaml index d924fa62..f34065e0 100644 --- a/.github/workflows/container_release.yaml +++ b/.github/workflows/container_release.yaml @@ -66,7 +66,7 @@ jobs: - id: 'google_auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: credentials_json: '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}'