Skip to content

Commit

Permalink
Bump docker/setup-qemu-action from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 4, 2024
1 parent c7b1183 commit c1a57a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PUSH-MASTER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
install: true

- name: QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.1.0
with:
image: tonistiigi/binfmt:latest
platforms: amd64,arm64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/PUSH-OTHER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# install: true
#
# - name: QEMU
# uses: docker/setup-qemu-action@v3.0.0
# uses: docker/setup-qemu-action@v3.1.0
# with:
# image: tonistiigi/binfmt:latest
# platforms: amd64,arm64
Expand All @@ -84,7 +84,7 @@ jobs:
install: true

- name: QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.1.0
with:
image: tonistiigi/binfmt:latest
platforms: amd64,arm64
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
install: true

- name: QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.1.0
with:
image: tonistiigi/binfmt:latest
platforms: amd64,arm64
Expand Down

0 comments on commit c1a57a3

Please sign in to comment.