Bump docker/setup-qemu-action from 2 to 3 (#16338)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1.103.0-whithout-watcha
dependabot[bot] 1 year ago committed by GitHub
parent d2eacfe051
commit 47f9837008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker.yml
  2. 2
      .github/workflows/release-artifacts.yml

@ -18,7 +18,7 @@ jobs:
steps:
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: arm64

@ -134,7 +134,7 @@ jobs:
- name: Set up QEMU to emulate aarch64
if: matrix.arch == 'aarch64'
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: arm64

Loading…
Cancel
Save