Skip to content

Commit

Permalink
build(deps): bump docker/setup-qemu-action from 1.1.0 to 1.2.0
Browse files Browse the repository at this point in the history
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](docker/setup-qemu-action@c308fdd...27d0a4f)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and aanm committed May 28, 2021
1 parent a0e3269 commit 4f4de8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/images-legacy-base-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@c308fdd69d26ed66f4506ebd74b180abe5362145
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480

- name: Checkout Source Code
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/images-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:

steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@c308fdd69d26ed66f4506ebd74b180abe5362145
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@0d135e0c2fc0dba0729c1a47ecfcf5a3c7f8579e
Expand Down

0 comments on commit 4f4de8f

Please sign in to comment.