Skip to content

Commit

Permalink
Bump docker/setup-qemu-action from 1.2.0 to 2.1.0 (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 5, 2022
1 parent 4783f61 commit 3b6e76a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@v2

- name: Set up QEMU
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 # pin@v1
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # pin@v1

- name: Set up Docker Buildx
id: buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-build.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.event.inputs.tag }}

- name: Set up QEMU
uses: docker/setup-qemu-action@27d0a4f181a40b142cce983c5393082c365d1480 # pin@v1
uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # pin@v1

- name: Set up Docker Buildx
id: buildx
Expand Down

0 comments on commit 3b6e76a

Please sign in to comment.