Skip to content

Commit bfd69da

Browse files
authored
Merge pull request #391 from PyO3/dependabot/github_actions/uraimo/run-on-arch-action-2.6.0
build(deps): bump uraimo/run-on-arch-action from 2.5.1 to 2.6.0
2 parents a8f4a2b + ff34ec2 commit bfd69da

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.5.1
240+
- uses: uraimo/run-on-arch-action@v2.6.0
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.5.1
288+
- uses: uraimo/run-on-arch-action@v2.6.0
289289
name: Install built wheel
290290
with:
291291
arch: aarch64

0 commit comments

Comments
 (0)