From 51b0ff47bc355e57b079712b0c2e3294a08f9a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:18:33 +0200 Subject: [PATCH] build(deps): bump docker/setup-qemu-action from 2 to 3 (#1647) --- .github/workflows/insider-linux.yml | 4 ++-- .github/workflows/stable-linux.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 1d86ef9..f07a4ea 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -86,7 +86,7 @@ jobs: - name: Clone VSCode repo run: ./get_repo.sh - - uses: docker/setup-qemu-action@v2 + - uses: docker/setup-qemu-action@v3 if: matrix.vscode_arch == 'arm64' || matrix.vscode_arch == 'ppc64le' - name: Install remote dependencies @@ -239,7 +239,7 @@ jobs: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }} run: ./stores/snapcraft/check_version.sh - - uses: docker/setup-qemu-action@v2 + - uses: docker/setup-qemu-action@v3 if: env.SHOULD_DEPLOY == 'yes' - uses: diddlesnaps/snapcraft-multiarch-action@v1 diff --git a/.github/workflows/stable-linux.yml b/.github/workflows/stable-linux.yml index 813e2b1..128ea07 100644 --- a/.github/workflows/stable-linux.yml +++ b/.github/workflows/stable-linux.yml @@ -83,7 +83,7 @@ jobs: - name: Clone VSCode repo run: ./get_repo.sh - - uses: docker/setup-qemu-action@v2 + - uses: docker/setup-qemu-action@v3 if: matrix.vscode_arch == 'arm64' || matrix.vscode_arch == 'ppc64le' - name: Install remote dependencies @@ -228,7 +228,7 @@ jobs: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }} run: ./stores/snapcraft/check_version.sh - - uses: docker/setup-qemu-action@v2 + - uses: docker/setup-qemu-action@v3 if: env.SHOULD_DEPLOY == 'yes' - uses: diddlesnaps/snapcraft-multiarch-action@v1