We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0feaff + f5e60d6 commit e8ba0d4Copy full SHA for e8ba0d4
.github/workflows/test.yml
@@ -103,7 +103,7 @@ jobs:
103
104
- name: Set up QEMU
105
id: qemu
106
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@v3
107
with:
108
platforms: all
109
examples/github-with-qemu.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
if: runner.os == 'Linux'
18
19
20
21
0 commit comments