We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36eb934 commit c53ca3aCopy full SHA for c53ca3a
1 file changed
.github/workflows/posix.yml
@@ -82,7 +82,7 @@ jobs:
82
83
- name: Set up QEMU
84
if: matrix.PLAT == 'ppc64le' || matrix.PLAT == 's390x' || matrix.PLAT == 'riscv64'
85
- uses: docker/setup-qemu-action@v3.7.0
+ uses: docker/setup-qemu-action@v4.0.0
86
with:
87
platforms: all
88
0 commit comments