Skip to content

Commit afd3cc9

Browse files
authored
Merge pull request #519 from NixOS/dependabot/github_actions/docker/setup-qemu-action-3
Bump docker/setup-qemu-action from 2 to 3
2 parents c401289 + 551a692 commit afd3cc9

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
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- name: Set up QEMU
7373
if: matrix.platform != 'amd64'
74-
uses: docker/setup-qemu-action@v2
74+
uses: docker/setup-qemu-action@v3
7575

7676
- uses: actions/download-artifact@v3
7777
with:

0 commit comments

Comments
 (0)