Skip to content

Commit 886336e

Browse files
Bump docker/setup-qemu-action from 2 to 4 (#83)
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v2...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c65f2fd commit 886336e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/docker-multistage-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ inputs.has_refs }}
8787

8888
- name: "[SETUP] Install QEMU environment"
89-
uses: docker/setup-qemu-action@v2
89+
uses: docker/setup-qemu-action@v4
9090
id: qemu
9191
with:
9292
image: tonistiigi/binfmt:latest

.github/workflows/docker-multistage-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: ${{ inputs.has_refs }}
6969

7070
- name: "[SETUP] Setup QEMU environment"
71-
uses: docker/setup-qemu-action@v2
71+
uses: docker/setup-qemu-action@v4
7272
with:
7373
image: tonistiigi/binfmt:latest
7474
platforms: all

.github/workflows/docker-multistage-push-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: ${{ inputs.has_refs }}
7171

7272
- name: "[SETUP] Setup QEMU environment"
73-
uses: docker/setup-qemu-action@v2
73+
uses: docker/setup-qemu-action@v4
7474
with:
7575
image: tonistiigi/binfmt:latest
7676
platforms: all

.github/workflows/docker-multistage-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: ${{ inputs.has_refs }}
5555

5656
- name: "[SETUP] Setup QEMU environment"
57-
uses: docker/setup-qemu-action@v2
57+
uses: docker/setup-qemu-action@v4
5858
with:
5959
image: tonistiigi/binfmt:latest
6060
platforms: all

.github/workflows/docker-name-version-arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
if: needs.configure.outputs.has_refs != 0
140140

141141
- name: "[SETUP] Setup QEMU environment"
142-
uses: docker/setup-qemu-action@v2
142+
uses: docker/setup-qemu-action@v4
143143
with:
144144
image: tonistiigi/binfmt:latest
145145
platforms: all

.github/workflows/docker-name-version-flavour-arch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
if: needs.configure.outputs.has_refs != 0
140140

141141
- name: "[SETUP] Setup QEMU environment"
142-
uses: docker/setup-qemu-action@v2
142+
uses: docker/setup-qemu-action@v4
143143
with:
144144
image: tonistiigi/binfmt:latest
145145
platforms: all

0 commit comments

Comments
 (0)