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'