Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 1258b47

Browse files
Update docker/setup-qemu-action action to v3.5.0
1 parent e55041a commit 1258b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
14-
- uses: docker/setup-qemu-action@v3.0.0
14+
- uses: docker/setup-qemu-action@v3.5.0
1515
- uses: docker/setup-buildx-action@v3.7.1
1616

1717
- uses: docker/login-action@v3.2.0

0 commit comments

Comments
 (0)