Skip to content

Commit 63d5bc8

Browse files
Bump uraimo/run-on-arch-action from 2.6.0 to 2.7.1 (#30)
1 parent 2696600 commit 63d5bc8

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
@@ -133,7 +133,7 @@ jobs:
133133
target: ${{ matrix.target }}
134134
manylinux: auto
135135
args: --release --out dist
136-
- uses: uraimo/run-on-arch-action@v2.6.0
136+
- uses: uraimo/run-on-arch-action@v2.7.1
137137
if: matrix.target != 'ppc64'
138138
name: Install built wheel
139139
with:
@@ -210,7 +210,7 @@ jobs:
210210
target: ${{ matrix.platform.target }}
211211
manylinux: musllinux_1_2
212212
args: --release --out dist
213-
- uses: uraimo/run-on-arch-action@v2.6.0
213+
- uses: uraimo/run-on-arch-action@v2.7.1
214214
name: Install built wheel
215215
with:
216216
arch: ${{ matrix.platform.arch }}

0 commit comments

Comments
 (0)