Skip to content

Commit

Permalink
Merge pull request #56 from Ilyes512/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/setup-qemu-action-3.2.0

Bump docker/setup-qemu-action from 3.0.0 to 3.2.0
  • Loading branch information
Ilyes512 authored Jul 31, 2024
2 parents eba45e4 + adbd34e commit 293c52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.2.0
with:
platforms: ${{ matrix.arch }}
- name: Set up Docker Buildx
Expand Down

0 comments on commit 293c52f

Please sign in to comment.