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