From 4cebebcd1eabc4a4e5b3936858518edf032fff5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 08:26:07 +0800 Subject: [PATCH] Bump uraimo/run-on-arch-action from 2.7.2 to 2.8.1 (#24) --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ea55a6e..ac558d4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -111,7 +111,7 @@ jobs: target: ${{ matrix.target }} manylinux: auto args: --release --out dist --features nightly - - uses: uraimo/run-on-arch-action@v2.7.2 + - uses: uraimo/run-on-arch-action@v2.8.1 if: matrix.target != 'ppc64' name: Install built wheel with: @@ -191,7 +191,7 @@ jobs: target: ${{ matrix.platform.target }} manylinux: musllinux_1_2 args: --release --out dist --features nightly - - uses: uraimo/run-on-arch-action@v2.7.2 + - uses: uraimo/run-on-arch-action@v2.8.1 name: Install built wheel with: arch: ${{ matrix.platform.arch }}