Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Bump docker/setup-qemu-action from 1 to 1.1.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 to 1.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v1...v1.1.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 12, 2021
1 parent 5485290 commit c5b8950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up QEMU environment
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v1.1.0

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: bash .github/version_extractor.sh ${GITHUB_REF}

- name: Set up QEMU environment
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v1.1.0

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

0 comments on commit c5b8950

Please sign in to comment.