Skip to content

Commit

Permalink
Bump docker/setup-qemu-action from 3.0.0 to 3.2.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.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v3.0.0...v3.2.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 and tillsteinbach committed Aug 3, 2024
1 parent 4c3d07f commit 8c51756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-docker-edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
tags: |
type=edge
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.2.0
- name: Setup Docker Buildx
uses: docker/[email protected]
- name: Login to DockerHub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
type=raw,value=edge
type=pep440,pattern={{version}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.2.0
- name: Setup Docker Buildx
uses: docker/[email protected]
- name: Login to DockerHub
Expand Down

0 comments on commit 8c51756

Please sign in to comment.