From 6c857967698ad04741c707b779cbcc105cb11afd Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 3 Oct 2022 16:07:39 +0100
Subject: [PATCH] Bump docker/setup-qemu-action from 1 to 2 (#14019)

* 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>

* Changelog

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Robertson <davidr@element.io>
---
 .github/workflows/docker.yml | 2 +-
 changelog.d/14019.misc       | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 changelog.d/14019.misc

diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 6bb2b268dd..7ba9b84c09 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -17,7 +17,7 @@ jobs:
     steps:
       - name: Set up QEMU
         id: qemu
-        uses: docker/setup-qemu-action@v1
+        uses: docker/setup-qemu-action@v2
         with:
           platforms: arm64
 
diff --git a/changelog.d/14019.misc b/changelog.d/14019.misc
new file mode 100644
index 0000000000..cc9c7ae181
--- /dev/null
+++ b/changelog.d/14019.misc
@@ -0,0 +1 @@
+Bump docker/setup-qemu-action from 1 to 2.
-- 
GitLab