From f9d5cd77645206fc19e0ad2f976673f883aab8f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:22:44 +0000 Subject: [PATCH] build(deps): bump docker/setup-qemu-action from 2.0.0 to 3.0.0 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v2.0.0...v3.0.0) --- 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/release-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yaml b/.github/workflows/release-publish.yaml index 236e3962..c7d39fa4 100644 --- a/.github/workflows/release-publish.yaml +++ b/.github/workflows/release-publish.yaml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v3 - name: "Set up QEMU" - uses: docker/setup-qemu-action@v2.0.0 + uses: docker/setup-qemu-action@v3.0.0 - name: "Set up Docker Buildx" uses: docker/setup-buildx-action@v2.4.0