Skip to content

Commit 509d05d

Browse files
chore(deps): update docker/setup-qemu-action action to v4
1 parent 4fa74ce commit 509d05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v3
45+
uses: docker/setup-qemu-action@v4
4646
- if: startsWith(github.ref, 'refs/tags/v')
4747
uses: docker/login-action@v3
4848
with:

0 commit comments

Comments
 (0)