diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f6d170..6d97fc0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: echo "tag=$(echo "${{ matrix.arch }}" | tr -d '/')-${{ matrix.target }}" } >> "$GITHUB_OUTPUT" - name: Set up QEMU - uses: docker/setup-qemu-action@5927c834f5b4fdf503fca6f4c7eccda82949e1ee # v3 + uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3 if: matrix.arch != '386' && matrix.arch != 'amd64' with: platforms: ${{ steps.prep.outputs.qemu_platform }}