From da02ad422c3c03691a4d68439a8e889bd2fdc800 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 01:30:08 +0000 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b84dd4a..61afe00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v3 - name: Google Cloud Credentials - uses: google-github-actions/auth@v0 + uses: google-github-actions/auth@v2 with: credentials_json: "${{ secrets.GOOGLE_DEPLOYER }}"