chore(deps): Bump docker/setup-qemu-action from 2 to 3 (#66)

* chore(deps): Bump docker/setup-qemu-action from 2 to 3

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore: use the latest qemu image

Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
Co-authored-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
This commit is contained in:
dependabot[bot]
2023-09-12 14:51:28 +02:00
committed by GitHub
parent d2e4999687
commit 76548b335e

View File

@@ -38,9 +38,8 @@ jobs:
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v6.1.0
platforms: ${{ matrix.platforms }}
- name: Docker meta