Skip to content

Commit 7db86af

Browse files
chore(deps): update docker/setup-qemu-action action to v3 (#717)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 443d4b4 commit 7db86af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: docker/setup-buildx-action@v3
4343
- if: startsWith(github.ref, 'refs/tags/v')
4444
name: Set up QEMU
45-
uses: docker/setup-qemu-action@v2
45+
uses: docker/setup-qemu-action@v3
4646
- if: startsWith(github.ref, 'refs/tags/v')
4747
uses: docker/login-action@v3
4848
with:

0 commit comments

Comments
 (0)