Skip to content

Commit 3d7e85c

Browse files
build(deps): bump docker/setup-qemu-action from 3 to 4 (#2729)
1 parent 0ff5473 commit 3d7e85c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/insider-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ jobs:
526526
PULL_REQUEST_ID: ${{ github.event.inputs.checkout_pr }}
527527
run: ./get_pr.sh
528528

529-
- uses: docker/setup-qemu-action@v3
529+
- uses: docker/setup-qemu-action@v4
530530

531531
- uses: diddlesnaps/snapcraft-multiarch-action@v1
532532
with:

.github/workflows/stable-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ jobs:
532532
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
533533
run: ./stores/snapcraft/check_version.sh
534534

535-
- uses: docker/setup-qemu-action@v3
535+
- uses: docker/setup-qemu-action@v4
536536
if: env.SHOULD_BUILD == 'yes'
537537

538538
- uses: diddlesnaps/snapcraft-multiarch-action@v1

0 commit comments

Comments
 (0)