Skip to content

Commit 8d1d750

Browse files
authored
Merge pull request #407 from PyO3/dependabot/github_actions/uraimo/run-on-arch-action-2.7.1
build(deps): bump uraimo/run-on-arch-action from 2.6.0 to 2.7.1
2 parents 0c557fd + 12f0001 commit 8d1d750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
python -m build --no-isolation
238238
ls -la dist/
239239
unzip -l dist/*.whl # debug all files inside wheel file
240-
- uses: uraimo/run-on-arch-action@v2.6.0
240+
- uses: uraimo/run-on-arch-action@v2.7.1
241241
name: Install built wheel
242242
with:
243243
arch: aarch64
@@ -285,7 +285,7 @@ jobs:
285285
python -m build --no-isolation
286286
ls -la dist/
287287
unzip -l dist/*.whl # debug all files inside wheel file
288-
- uses: uraimo/run-on-arch-action@v2.6.0
288+
- uses: uraimo/run-on-arch-action@v2.7.1
289289
name: Install built wheel
290290
with:
291291
arch: aarch64

0 commit comments

Comments
 (0)