Skip to content

Commit

Permalink
Merge pull request #370 from PyO3/dependabot/github_actions/uraimo/ru…
Browse files Browse the repository at this point in the history
…n-on-arch-action-2.5.1

build(deps): bump uraimo/run-on-arch-action from 2.5.0 to 2.5.1
  • Loading branch information
davidhewitt committed Oct 24, 2023
2 parents 2a705d1 + 564d1f8 commit 5e15bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
python -m build --no-isolation
ls -la dist/
unzip -l dist/*.whl # debug all files inside wheel file
- uses: uraimo/run-on-arch-action@v2.5.0
- uses: uraimo/run-on-arch-action@v2.5.1
name: Install built wheel
with:
arch: aarch64
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
python -m build --no-isolation
ls -la dist/
unzip -l dist/*.whl # debug all files inside wheel file
- uses: uraimo/run-on-arch-action@v2.5.0
- uses: uraimo/run-on-arch-action@v2.5.1
name: Install built wheel
with:
arch: aarch64
Expand Down

0 comments on commit 5e15bb6

Please sign in to comment.