Skip to content

Commit ff0dd7f

Browse files
authored
Merge pull request #3200 from pygame-community/dependabot/github_actions/uraimo/run-on-arch-action-2.8.1
Bump uraimo/run-on-arch-action from 2.7.2 to 2.8.1
2 parents 87aeb2d + 5bfaae3 commit ff0dd7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-debian-multiarch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/checkout@v4.2.1
6969

7070
- name: Build sources and run tests
71-
uses: uraimo/run-on-arch-action@v2.7.2
71+
uses: uraimo/run-on-arch-action@v2.8.1
7272
id: build
7373
with:
7474
arch: ${{ matrix.base_image && 'none' || matrix.arch }}
@@ -136,7 +136,7 @@ jobs:
136136
done
137137
138138
- name: Test armv7 wheel on armv6
139-
uses: uraimo/run-on-arch-action@v2.7.2
139+
uses: uraimo/run-on-arch-action@v2.8.1
140140
with:
141141
arch: armv6
142142
distro: bookworm

0 commit comments

Comments
 (0)