Skip to content

Commit b4aca98

Browse files
authored
Merge pull request #386 from NixOS/dependabot/github_actions/docker/setup-qemu-action-2
Bump docker/setup-qemu-action from 1 to 2
2 parents da890c4 + 248caba commit b4aca98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: Set up QEMU
3838
if: matrix.platform != 'amd64'
39-
uses: docker/setup-qemu-action@v1
39+
uses: docker/setup-qemu-action@v2
4040

4141
- uses: actions/download-artifact@v2
4242
with:

0 commit comments

Comments
 (0)