Skip to content

Commit 69045f3

Browse files
committed
GitHub Workflow: Bump uraimo/run-on-arch-action to v3
1 parent b0ab7fd commit 69045f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Nuget-publishing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
289289
- name: '🚧 Linux ppc64le build'
290290
if: contains(matrix.config.arch, 'ppc64le')
291-
uses: uraimo/run-on-arch-action@v2
291+
uses: uraimo/run-on-arch-action@v3
292292
with:
293293
arch: ${{ matrix.config.arch }}
294294
distro: ${{ matrix.config.distro }}

.github/workflows/build-uc2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ jobs:
494494
495495
- name: '🚧 Linux ppc64le build'
496496
if: contains(matrix.config.arch, 'ppc64le')
497-
uses: uraimo/run-on-arch-action@v2
497+
uses: uraimo/run-on-arch-action@v3
498498
with:
499499
arch: ${{ matrix.config.arch }}
500500
distro: ${{ matrix.config.distro }}

0 commit comments

Comments
 (0)