build(deps): Bump docker/setup-qemu-action from 1.1.0 to 1.2.0

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.1.0...v1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-06-08 08:50:22 +00:00
committed by GitHub
parent b7484c163d
commit d1fde8744d
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up QEMU
if: github.event_name != 'schedule'
uses: docker/setup-qemu-action@v1.1.0
uses: docker/setup-qemu-action@v1.2.0
- name: Set up Docker Buildx
if: github.event_name != 'schedule'