diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 26d7d15..0d8f432 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -120,7 +120,7 @@ jobs: target: ${{ matrix.target }} manylinux: auto args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9 - - uses: uraimo/run-on-arch-action@v2.5.0 + - uses: uraimo/run-on-arch-action@v2.5.1 if: matrix.target != 'ppc64' name: Install built wheel with: @@ -198,7 +198,7 @@ jobs: target: ${{ matrix.platform.target }} manylinux: musllinux_1_2 args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 - - uses: uraimo/run-on-arch-action@v2.5.0 + - uses: uraimo/run-on-arch-action@v2.5.1 name: Install built wheel with: arch: ${{ matrix.platform.arch }}