This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/github_actions/docker/setup-buildx-action-4.0.0
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
commit c6e82e62dacfc8445200a86c44c38d0dd98d0912
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Mar 21 17:38:05 2026 +0000
build(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0
Bumps
[docker/setup-buildx-action](https://github.com/docker/setup-buildx-action)
from 3.12.0 to 4.0.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
-
[Commits](https://github.com/docker/setup-buildx-action/compare/8d2750c68a42422c14e847fe6c8ac0403b4cbd6f...4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f85508a..555a9b9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -159,7 +159,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Set up Docker Buildx
- uses:
docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
+ uses:
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
- name: Pre-pull base images
run: |
docker pull quay.io/minio/minio:latest