Skip to content

Commit 564d1f8

Browse files
build(deps): bump uraimo/run-on-arch-action from 2.5.0 to 2.5.1
Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/uraimo/run-on-arch-action/releases) - [Commits](uraimo/run-on-arch-action@v2.5.0...v2.5.1) --- updated-dependencies: - dependency-name: uraimo/run-on-arch-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52960f0 commit 564d1f8

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)