There was an error while loading. Please reload this page.
1 parent 0ff5473 commit 3d7e85cCopy full SHA for 3d7e85c
2 files changed
.github/workflows/insider-linux.yml
@@ -526,7 +526,7 @@ jobs:
526
PULL_REQUEST_ID: ${{ github.event.inputs.checkout_pr }}
527
run: ./get_pr.sh
528
529
- - uses: docker/setup-qemu-action@v3
+ - uses: docker/setup-qemu-action@v4
530
531
- uses: diddlesnaps/snapcraft-multiarch-action@v1
532
with:
.github/workflows/stable-linux.yml
@@ -532,7 +532,7 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }}
533
run: ./stores/snapcraft/check_version.sh
534
535
536
if: env.SHOULD_BUILD == 'yes'
537
538
0 commit comments