Skip to content

Commit 5e15bb6

Browse files
authored
Merge pull request #370 from PyO3/dependabot/github_actions/uraimo/run-on-arch-action-2.5.1
build(deps): bump uraimo/run-on-arch-action from 2.5.0 to 2.5.1
2 parents 2a705d1 + 564d1f8 commit 5e15bb6

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/[email protected].0
240+
- uses: uraimo/[email protected].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/[email protected].0
288+
- uses: uraimo/[email protected].1
289289
name: Install built wheel
290290
with:
291291
arch: aarch64

0 commit comments

Comments
 (0)