chore(deps): update docker/setup-buildx-action action to v2 (#12)

Co-authored-by: plural-renovate[bot] <plural-renovate[bot]@users.noreply.github.com>
This commit is contained in:
plural-renovate[bot] 2022-11-09 15:43:22 +01:00 committed by GitHub
parent 014eeaa166
commit 4f67e7e804
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- uses: google-github-actions/auth@v1
with:
workload_identity_provider: 'projects/${{ secrets.GOOGLE_PROJECT_ID }}/locations/global/workloadIdentityPools/github/providers/github'