From b6d798416d1fc7579334d180ed7111e3fa132e6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 01:56:37 +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 b5ac191..2a93ee2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@v4 - name: Google Cloud Credentials - uses: google-github-actions/auth@v0 + uses: google-github-actions/auth@v2 with: credentials_json: "${{ secrets.GOOGLE_DEPLOYER }}"