From bfcce1d3604c5d4a20b505c34f72847843dec7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:06:32 +0000 Subject: [PATCH] chore(deps): bump docker/setup-qemu-action from 3.2.0 to 3.3.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-ee-image.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ee-image.yml b/.github/workflows/build-ee-image.yml index a8be9fc..c3667f7 100644 --- a/.github/workflows/build-ee-image.yml +++ b/.github/workflows/build-ee-image.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install QEMU static binaries - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.3.0 - name: Configure Buildkit uses: docker/setup-buildx-action@v3.8.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4e12e87..d94b1bb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install QEMU static binaries - uses: docker/setup-qemu-action@v3.2.0 + uses: docker/setup-qemu-action@v3.3.0 - name: Configure Buildkit uses: docker/setup-buildx-action@v3.8.0