Skip to content

Commit 3090d41

Browse files
Bump docker/setup-qemu-action from 3 to 4 in the github-actions group (#56)
Bumps the github-actions group with 1 update: [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action). Updates `docker/setup-qemu-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af17590 commit 3090d41

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
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
images: ${{ env.imageName }}
3535
- name: Set up QEMU
36-
uses: docker/setup-qemu-action@v3
36+
uses: docker/setup-qemu-action@v4
3737
- name: Set up Docker Buildx
3838
uses: docker/setup-buildx-action@v3
3939
- name: Login to DockerHub

0 commit comments

Comments
 (0)