From 6b29f421f2946d9ba0b85b05ef273ee76b67f3fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 23:03:34 +0000 Subject: [PATCH] Bump docker/setup-buildx-action from 3.10.0 to 3.12.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.10.0 to 3.12.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2...8d2750c68a42422c14e847fe6c8ac0403b4cbd6f) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/integration.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 96846a06a..787b1e43f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -41,7 +41,7 @@ jobs: with: image: tonistiigi/binfmt:qemu-v7.0.0-28 platforms: linux/amd64,linux/arm64 - - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 # TODO: Replace docker-compose in each Makefile and then delete it. - name: Add docker-compose run: | @@ -107,7 +107,7 @@ jobs: with: image: tonistiigi/binfmt:qemu-v7.0.0-28 platforms: linux/amd64,linux/arm64 - - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 # TODO: Replace docker-compose in each Makefile and then delete it. - name: Add docker-compose run: | @@ -199,7 +199,7 @@ jobs: with: username: ${{ secrets.CW_DOCKER_HUB_USERNAME }} password: ${{ secrets.CW_DOCKER_HUB_TOKEN }} - - uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0 + - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 - run: make ci:diff - name: Install hub-tool run: |