From 08643d7920404832cb208f5b0059ee3b10966713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:12:35 +0000 Subject: [PATCH] chore(deps): bump docker/setup-buildx-action from 4.1.0 to 4.2.0 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-push-to-registries.yml | 2 +- .github/workflows/python-push-to-registries.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-push-to-registries.yml b/.github/workflows/docker-push-to-registries.yml index 04b49181..f27df0ff 100644 --- a/.github/workflows/docker-push-to-registries.yml +++ b/.github/workflows/docker-push-to-registries.yml @@ -182,7 +182,7 @@ jobs: - name: Set up Docker buildx id: buildx - uses: docker/setup-buildx-action@v4.1.0 + uses: docker/setup-buildx-action@v4.2.0 - name: Enable buildkit cache uses: actions/cache@v5.0.5 diff --git a/.github/workflows/python-push-to-registries.yml b/.github/workflows/python-push-to-registries.yml index 6523c6bb..dc9ef4ce 100644 --- a/.github/workflows/python-push-to-registries.yml +++ b/.github/workflows/python-push-to-registries.yml @@ -108,7 +108,7 @@ jobs: - name: Set up Docker buildx id: buildx - uses: docker/setup-buildx-action@v4.1.0 + uses: docker/setup-buildx-action@v4.2.0 - name: Enable buildkit cache uses: actions/cache@v5.0.5