Skip to content

Commit ef00350

Browse files
Bump docker/setup-qemu-action from 3.4.0 to 3.5.0
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35d5014 commit ef00350

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CRON.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
install: true
2020

2121
- name: QEMU
22-
uses: docker/setup-qemu-action@v3.4.0
22+
uses: docker/setup-qemu-action@v3.5.0
2323
with:
2424
image: tonistiigi/binfmt:latest
2525
platforms: amd64,arm64

.github/workflows/PUSH-MASTER.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
install: true
5252

5353
- name: QEMU
54-
uses: docker/setup-qemu-action@v3.4.0
54+
uses: docker/setup-qemu-action@v3.5.0
5555
with:
5656
image: tonistiigi/binfmt:latest
5757
platforms: amd64,arm64

.github/workflows/PUSH-OTHER.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
install: true
5454

5555
- name: QEMU
56-
uses: docker/setup-qemu-action@v3.4.0
56+
uses: docker/setup-qemu-action@v3.5.0
5757
with:
5858
image: tonistiigi/binfmt:latest
5959
platforms: amd64,arm64

0 commit comments

Comments
 (0)