From 8cf4d33d042c1908a01c2d9598f2fe403589c8e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:19:42 +0000 Subject: [PATCH] Bump uraimo/run-on-arch-action from 2.8.1 to 3.1.0 Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.8.1 to 3.1.0. - [Release notes](https://github.com/uraimo/run-on-arch-action/releases) - [Commits](https://github.com/uraimo/run-on-arch-action/compare/v2.8.1...v3.1.0) --- updated-dependencies: - dependency-name: uraimo/run-on-arch-action dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 114c8f7..6f82592 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,7 +161,7 @@ jobs: maturin-version: "v1.13.3" - name: Validate wheel ZIPs run: python .github/scripts/validate_wheels.py # only checks dist/*.whl - - uses: uraimo/run-on-arch-action@v2.8.1 + - uses: uraimo/run-on-arch-action@v3.1.0 name: Install built wheel if: matrix.python-version == '3.10' # Only this version is available for ubuntu22.04 by default with: @@ -253,7 +253,7 @@ jobs: maturin-version: "v1.13.3" - name: Validate wheel ZIPs run: python .github/scripts/validate_wheels.py # only checks dist/*.whl - - uses: uraimo/run-on-arch-action@v2.8.1 + - uses: uraimo/run-on-arch-action@v3.1.0 if: matrix.python-version == '3.12' # Only this version is available for alpine_latest by default name: Install built wheel with: