Skip to content

Commit

Permalink
build(deps): bump docker/setup-qemu-action from 2 to 3 (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 1789f03 commit 51b0ff4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/insider-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stable-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 51b0ff4

Please sign in to comment.