Skip to content

Commit d1f85d3

Browse files
Update docker/setup-qemu-action action to v3
1 parent ff405a3 commit d1f85d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
type=raw,value=${{ github.run_number }}
2828
type=ref,event=pr
2929
type=raw,value=latest,enable=${{ startsWith(github.event.head_commit.message, ':bookmark: v') }}
30-
- uses: docker/setup-qemu-action@v2
30+
- uses: docker/setup-qemu-action@v3
3131
- uses: docker/setup-buildx-action@v2
3232
- uses: docker/login-action@v2
3333
with:

0 commit comments

Comments
 (0)