From 83cece41d65e4faf91fd5c96b3b5f32fdf0b385d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 23:03:48 +0000 Subject: [PATCH] Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd...d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.1.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 a24f5119a..6f9d1cfd6 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -43,7 +43,7 @@ jobs: with: image: tonistiigi/binfmt:qemu-v7.0.0-28 platforms: linux/amd64,linux/arm64 - - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 + - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 # TODO: Replace docker-compose in each Makefile and then delete it. - name: Add docker-compose run: | @@ -109,7 +109,7 @@ jobs: with: image: tonistiigi/binfmt:qemu-v7.0.0-28 platforms: linux/amd64,linux/arm64 - - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 + - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 # TODO: Replace docker-compose in each Makefile and then delete it. - name: Add docker-compose run: | @@ -201,7 +201,7 @@ jobs: with: username: ${{ secrets.CW_DOCKER_HUB_USERNAME }} password: ${{ secrets.CW_DOCKER_HUB_TOKEN }} - - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 + - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - run: make ci:diff - name: Install hub-tool run: |