Skip to content

Commit

Permalink
Bump docker/setup-qemu-action from 3.2.0 to 3.3.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.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v3.2.0...v3.3.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] authored Jan 10, 2025
1 parent 4f62598 commit b515fce
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.2.0
uses: docker/setup-qemu-action@v3.3.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.2.0
# uses: docker/setup-qemu-action@v3.3.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.2.0
uses: docker/setup-qemu-action@v3.3.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.2.0
uses: docker/setup-qemu-action@v3.3.0
with:
image: tonistiigi/binfmt:latest
platforms: amd64,arm64
Expand Down

0 comments on commit b515fce

Please sign in to comment.