From e2395fe9bad7e8132c8a8d5f4a4f7ae8f2d91f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 04:35:37 +0000 Subject: [PATCH] fix(deps): bump docker/setup-qemu-action from 2 to 3 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ct.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ct.yml b/.github/workflows/ct.yml index dcdd9c3bd..c73a895c9 100644 --- a/.github/workflows/ct.yml +++ b/.github/workflows/ct.yml @@ -52,7 +52,7 @@ jobs: run: xvfb-run --server-args="-screen 0 1024x768x24" npm test - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: 'arm64' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51da8ce07..f9696e169 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: 'arm64'