File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232232
233233 docker run --rm -v "$PWD":/io -w /io messense/manylinux2014-cross:${{ matrix.platform.arch }} bash build-wheels.sh
234234 - name : Install abi3 wheel and run tests
235- uses : uraimo/run-on-arch-action@v2.0.5
235+ uses : uraimo/run-on-arch-action@v2.5.0
236236 with :
237237 arch : ${{ matrix.platform.arch }}
238238 distro : ubuntu20.04
@@ -275,7 +275,7 @@ jobs:
275275 python -m pip install wheel
276276 python setup.py bdist_wheel --plat-name manylinux2014_aarch64
277277 ls -la dist/
278- - uses : uraimo/run-on-arch-action@v2.1.1
278+ - uses : uraimo/run-on-arch-action@v2.5.0
279279 name : Install built wheel
280280 with :
281281 arch : aarch64
@@ -320,7 +320,7 @@ jobs:
320320 python -m pip install wheel
321321 python setup.py bdist_wheel --plat-name manylinux2014_aarch64
322322 ls -la dist/
323- - uses : uraimo/run-on-arch-action@v2.1.1
323+ - uses : uraimo/run-on-arch-action@v2.5.0
324324 name : Install built wheel
325325 with :
326326 arch : aarch64
You can’t perform that action at this time.
0 commit comments