Bump docker/setup-qemu-action from 3.0.0 to 3.1.0

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](https://github.com/docker/setup-qemu-action/compare/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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-04 02:46:31 +00:00
committed by GitHub
parent b3a24fd6c3
commit e103e060e2

View File

@@ -132,7 +132,7 @@ jobs:
# we need qemu and buildx so we can build multiple platforms later # we need qemu and buildx so we can build multiple platforms later
- name: Set up QEMU - name: Set up QEMU
id: qemu id: qemu
uses: docker/setup-qemu-action@v3.0.0 uses: docker/setup-qemu-action@v3.1.0
# BuildKit (used with `docker buildx`) is the best way to build images # BuildKit (used with `docker buildx`) is the best way to build images
- name: Set up Docker Buildx - name: Set up Docker Buildx