Skip to content

Commit 387db83

Browse files
Bump uraimo/run-on-arch-action from 2.5.0 to 2.5.1 (#19)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b777553 commit 387db83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
target: ${{ matrix.target }}
132132
manylinux: auto
133133
args: --release --out dist
134-
- uses: uraimo/[email protected].0
134+
- uses: uraimo/[email protected].1
135135
if: matrix.target != 'ppc64'
136136
name: Install built wheel
137137
with:
@@ -208,7 +208,7 @@ jobs:
208208
target: ${{ matrix.platform.target }}
209209
manylinux: musllinux_1_2
210210
args: --release --out dist
211-
- uses: uraimo/[email protected].0
211+
- uses: uraimo/[email protected].1
212212
name: Install built wheel
213213
with:
214214
arch: ${{ matrix.platform.arch }}

0 commit comments

Comments
 (0)