Skip to content

Commit 0c33e25

Browse files
authored
Merge pull request #62 from Ilyes512/dependabot/github_actions/docker/setup-qemu-action-3.3.0
Bump docker/setup-qemu-action from 3.2.0 to 3.3.0
2 parents 1991537 + 31960a2 commit 0c33e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838
- name: Set up QEMU
39-
uses: docker/setup-qemu-action@v3.2.0
39+
uses: docker/setup-qemu-action@v3.3.0
4040
with:
4141
platforms: ${{ matrix.arch }}
4242
- name: Set up Docker Buildx

0 commit comments

Comments
 (0)