Skip to content

Commit c3d50f4

Browse files
committed
ci: Update setup-qemu-action version
Eliminates some more deprecation warnings
1 parent 419838b commit c3d50f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python-version: ${{ env.python-version }}
5454
- name: Set up QEMU
5555
if: runner.os == 'Linux'
56-
uses: docker/setup-qemu-action@v1
56+
uses: docker/setup-qemu-action@v2
5757
with:
5858
platforms: all
5959

0 commit comments

Comments
 (0)