chore(deps): update docker/setup-qemu-action action to v3 (#717)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
443d4b43ec
commit
7db86af41a
|
|
@ -42,7 +42,7 @@ jobs:
|
|||
uses: docker/setup-buildx-action@v3
|
||||
- if: startsWith(github.ref, 'refs/tags/v')
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
uses: docker/setup-qemu-action@v3
|
||||
- if: startsWith(github.ref, 'refs/tags/v')
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue