File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
npm run with-server test:python
110
110
- name : pytest
111
111
if : ${{ !startsWith(matrix.platform.target, 'x86') && !startsWith(matrix.platform.target, 'i686') && matrix.platform.target != 'ppc64' }}
112
- uses : uraimo/run-on-arch-action@v2
112
+ uses : uraimo/run-on-arch-action@v3
113
113
with :
114
114
arch : ${{ matrix.platform.target }}
115
115
distro : ubuntu22.04
@@ -176,7 +176,7 @@ jobs:
176
176
# Disabling tests until this issue is fixed:
177
177
# https://github.com/nodejs/docker-node/issues/1829
178
178
if : ${{ !startsWith(matrix.platform.target, 'x86') && matrix.platform.target != 'armv7' }}
179
- uses : uraimo/run-on-arch-action@v2
179
+ uses : uraimo/run-on-arch-action@v3
180
180
with :
181
181
arch : ${{ matrix.platform.target }}
182
182
distro : alpine_latest
You can’t perform that action at this time.
0 commit comments