From 685b29dfd93bb85b9f5aa0b76c5858e5eedac8c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 07:56:56 +0000 Subject: [PATCH] chore: update google-github-actions/auth action to v2 --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 7f3c360c0..88ed83644 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -31,7 +31,7 @@ jobs: ignore_empty: true projects: web - - uses: "google-github-actions/auth@v1" + - uses: "google-github-actions/auth@v2" if: github.ref == 'refs/heads/main' with: credentials_json: "${{ secrets.GOOGLE_CREDENTIALS }}"