Skip to content

Commit 0de0c7e

Browse files
authored
Merge pull request #424 from PyO3/dependabot/github_actions/uraimo/run-on-arch-action-2.7.2
build(deps): bump uraimo/run-on-arch-action from 2.7.1 to 2.7.2
2 parents 2f98577 + 190517b commit 0de0c7e

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

0 commit comments

Comments
 (0)