Skip to content

Commit f21ef63

Browse files
build(deps): bump uraimo/run-on-arch-action from 3.0.0 to 3.0.1 (#532)
Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/uraimo/run-on-arch-action/releases) - [Commits](uraimo/run-on-arch-action@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: uraimo/run-on-arch-action dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e66518 commit f21ef63

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
@@ -277,7 +277,7 @@ jobs:
277277
python -m build --no-isolation
278278
ls -la dist/
279279
unzip -l dist/*.whl # debug all files inside wheel file
280-
- uses: uraimo/[email protected].0
280+
- uses: uraimo/[email protected].1
281281
name: Install built wheel
282282
with:
283283
arch: aarch64
@@ -327,7 +327,7 @@ jobs:
327327
python -m build --no-isolation
328328
ls -la dist/
329329
unzip -l dist/*.whl # debug all files inside wheel file
330-
- uses: uraimo/[email protected].0
330+
- uses: uraimo/[email protected].1
331331
name: Install built wheel
332332
with:
333333
arch: aarch64

0 commit comments

Comments
 (0)