Skip to content

Commit 06f7b0f

Browse files
Update docker/setup-qemu-action action to v3.4.0 (#203)
| datasource | package | from | to | | ----------- | ------------------------ | ------ | ------ | | github-tags | docker/setup-qemu-action | v3.3.0 | v3.4.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40142d1 commit 06f7b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "njs_version=${njs}" >> $GITHUB_OUTPUT
5252
5353
- name: Setup QEMU
54-
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
54+
uses: docker/setup-qemu-action@4574d27a4764455b42196d70a065bc6853246a25 # v3.4.0
5555
with:
5656
platforms: arm,arm64,ppc64le,s390x
5757
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)