From 539ac48e8e750a2255c37d9cd1266aa3fa733592 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:09:12 +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 }}"