Skip to content

Commit b6164a0

Browse files
Update docker/setup-qemu-action action to v3 (#1040)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19302e4 commit b6164a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# We also need QEMU, since this is running on an AMD64 host and we want to
2525
# build ARM64 images.
2626
- name: Set up QEMU
27-
uses: docker/setup-qemu-action@v1
27+
uses: docker/setup-qemu-action@v3
2828
with:
2929
platforms: arm64
3030

0 commit comments

Comments
 (0)