Bump docker/setup-qemu-action from 2.1.0 to 2.2.0

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.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]
2023-06-07 20:58:01 +00:00
committed by GitHub
parent 6ba1b74919
commit a0879382ba
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ jobs:
echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')" echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
- -
name: Set up QEMU name: Set up QEMU
uses: docker/setup-qemu-action@v2.1.0 uses: docker/setup-qemu-action@v2.2.0
with: with:
platforms: linux/arm64 platforms: linux/arm64
- -

View File

@@ -18,7 +18,7 @@ jobs:
echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')" echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')"
- -
name: Set up QEMU name: Set up QEMU
uses: docker/setup-qemu-action@v2.1.0 uses: docker/setup-qemu-action@v2.2.0
with: with:
platforms: linux/arm64 platforms: linux/arm64
- -