From b82b8a8fb91210ff38485a326002c65c635cb7d7 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:42:42 +0100 Subject: [PATCH] chore(deps): update google-github-actions/auth action to v1 (#14) Co-authored-by: plural-renovate[bot] --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index dc1ca26..85348c7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - - uses: google-github-actions/auth@v0 + - uses: google-github-actions/auth@v1 with: workload_identity_provider: 'projects/${{ secrets.GOOGLE_PROJECT_ID }}/locations/global/workloadIdentityPools/github/providers/github' service_account: 'terraform@pluralsh.iam.gserviceaccount.com'