summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-19 19:04:04 +0000
committerGitHub <noreply@github.com>2022-09-19 19:04:04 +0000
commit5484499f20d1aff99c852a22d2f48e4dc83d4287 (patch)
treee30db270661e8214dcd4da24085d793224a0cd53 /.github
parent90cc0e2abf944141feedaf3190d7b6d8b4741b11 (diff)
downloadrabbitmq-server-git-5484499f20d1aff99c852a22d2f48e4dc83d4287.tar.gz
Bump docker/setup-qemu-action from 1 to 2
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 2. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2) --- 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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/oci-base.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/oci-base.yaml b/.github/workflows/oci-base.yaml
index 4f6674e331..89848f16fb 100644
--- a/.github/workflows/oci-base.yaml
+++ b/.github/workflows/oci-base.yaml
@@ -13,7 +13,7 @@ jobs:
- name: Set up QEMU
id: qemu
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v2
with:
image: tonistiigi/binfmt:latest
platforms: linux/amd64,linux/arm64