Skip to content

Commit 89c1771

Browse files
dependabot[bot]amotl
authored andcommitted
Bump docker/setup-qemu-action from 3 to 4
Bumps [docker/setup-qemu-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cef21a commit 89c1771

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-oci-mcpo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
echo "Labels: ${{ steps.meta.outputs.labels }}"
9595
9696
- name: Install QEMU
97-
uses: docker/setup-qemu-action@v3
97+
uses: docker/setup-qemu-action@v4
9898
with:
9999
image: tonistiigi/binfmt:qemu-v7.0.0-28
100100

.github/workflows/release-oci-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
echo "Labels: ${{ steps.meta.outputs.labels }}"
9595
9696
- name: Install QEMU
97-
uses: docker/setup-qemu-action@v3
97+
uses: docker/setup-qemu-action@v4
9898
with:
9999
image: tonistiigi/binfmt:qemu-v7.0.0-28
100100

0 commit comments

Comments
 (0)