From 4d1b720b0ce4faaf2328fa849fb5d10cf20723ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 00:48:00 +0000 Subject: [PATCH] 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/publish_backend.yml | 2 +- .github/workflows/publish_frontend.yml | 2 +- .github/workflows/publish_machine_learning_training.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish_backend.yml b/.github/workflows/publish_backend.yml index f85da10..ea2334d 100644 --- a/.github/workflows/publish_backend.yml +++ b/.github/workflows/publish_backend.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - id: auth diff --git a/.github/workflows/publish_frontend.yml b/.github/workflows/publish_frontend.yml index 3505e84..1367a46 100644 --- a/.github/workflows/publish_frontend.yml +++ b/.github/workflows/publish_frontend.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - id: auth diff --git a/.github/workflows/publish_machine_learning_training.yml b/.github/workflows/publish_machine_learning_training.yml index 61d1bdd..3359754 100644 --- a/.github/workflows/publish_machine_learning_training.yml +++ b/.github/workflows/publish_machine_learning_training.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Set up QEMU - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 - id: auth