From 18b630e04a4c045163061ff835e1245204a3553e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 20:19:48 +0000 Subject: [PATCH] Bump docker/setup-qemu-action from 2.0.0 to 2.1.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update-base-image.yml | 2 +- .github/workflows/update-image-on-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-base-image.yml b/.github/workflows/update-base-image.yml index 5ca8fef..087dcaf 100644 --- a/.github/workflows/update-base-image.yml +++ b/.github/workflows/update-base-image.yml @@ -16,7 +16,7 @@ jobs: echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')" - name: Set up QEMU - uses: docker/setup-qemu-action@v2.0.0 + uses: docker/setup-qemu-action@v2.1.0 with: platforms: linux/arm64 - diff --git a/.github/workflows/update-image-on-push.yml b/.github/workflows/update-image-on-push.yml index 85fc534..35ece2a 100644 --- a/.github/workflows/update-image-on-push.yml +++ b/.github/workflows/update-image-on-push.yml @@ -18,7 +18,7 @@ jobs: echo "::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')" - name: Set up QEMU - uses: docker/setup-qemu-action@v2.0.0 + uses: docker/setup-qemu-action@v2.1.0 with: platforms: linux/arm64 -