Skip to content

Commit 173cf40

Browse files
authored
Merge pull request #373 from PyO3/dependabot/github_actions/docker/setup-qemu-action-3
build(deps): bump docker/setup-qemu-action from 2 to 3
2 parents eab1818 + 2d3fd26 commit 173cf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
]
204204
steps:
205205
- uses: actions/checkout@v3
206-
- uses: docker/setup-qemu-action@v2
206+
- uses: docker/setup-qemu-action@v3
207207
- run: pip install nox
208208
- run: nox -s test-crossenv -- ${{ matrix.platform.arch }}
209209

0 commit comments

Comments
 (0)