Skip to content

Commit e082935

Browse files
Bump uraimo/run-on-arch-action from 2.5.1 to 2.6.0 (#24)
1 parent 311084f commit e082935

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/run-on-arch-action@v2.5.1
134+
- uses: uraimo/run-on-arch-action@v2.6.0
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/run-on-arch-action@v2.5.1
211+
- uses: uraimo/run-on-arch-action@v2.6.0
212212
name: Install built wheel
213213
with:
214214
arch: ${{ matrix.platform.arch }}

0 commit comments

Comments
 (0)