Skip to content

Commit a05c388

Browse files
authored
Merge pull request #115 from bxlab/dependabot/github_actions/docker/setup-qemu-action-4
Bump docker/setup-qemu-action from 3 to 4
2 parents 5ae11e6 + 496953e commit a05c388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: pip
2727
- name: Set up QEMU to build non-native architectures
2828
if: ${{ matrix.archs == 'aarch64' }}
29-
uses: docker/setup-qemu-action@v3
29+
uses: docker/setup-qemu-action@v4
3030
- name: Install required Python packages
3131
run: |
3232
python -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)