From 567f24ef76e4fb2eea3e323fad91572be07cb597 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 20:32:48 +0100 Subject: [PATCH] Update google-github-actions/auth action to v2 (#144) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7dd4029..8240148 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: components: rustfmt, clippy - name: Authenticate to Google Cloud development id: auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 if: github.ref == 'refs/heads/master' with: workload_identity_provider: 'projects/${{ env.GCP_PROJECT_ID }}/locations/global/workloadIdentityPools/lb-github-identity-pool/providers/lb-github-identity-pool-provider'