From c08147baae1eb92f20854a610d40c189c8e2cb31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 21:55:17 +0000 Subject: [PATCH] Update google-github-actions/auth action to v0.8.2 --- .github/actions/gcp_login/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/gcp_login/action.yml b/.github/actions/gcp_login/action.yml index 9b56d350c..27c60449b 100644 --- a/.github/actions/gcp_login/action.yml +++ b/.github/actions/gcp_login/action.yml @@ -10,6 +10,6 @@ runs: # As described at: # https://github.com/google-github-actions/setup-gcloud#service-account-key-json - name: Authorize GCP access - uses: google-github-actions/auth@dac4e13deb3640f22e3ffe758fd3f95e6e89f712 # tag=v0.8.1 + uses: google-github-actions/auth@2671692c371cbef34ed8ded9f197670c88c9d343 # tag=v0.8.2 with: credentials_json: ${{ inputs.gcp_service_account_json }}