diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1480689795..96c6deddaf 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -102,7 +102,7 @@ jobs: ARCHITECTURES=${{ needs.configure.outputs.architectures }} echo "ARCHITECTURES=${ARCHITECTURES}" >> $GITHUB_ENV - name: Set up QEMU - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.3.0 with: platforms: all