This is an automated email from the ASF dual-hosted git repository.

yashmayya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 09fd74695a1 Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 
(#18573)
09fd74695a1 is described below

commit 09fd74695a18a76e4c6f4b2e81686e24dec6e55e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 26 02:01:02 2026 +0530

    Bump docker/setup-buildx-action from 4.0.0 to 4.1.0 (#18573)
    
    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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/build-pinot-docker-image.yml                       | 2 +-
 .github/workflows/build-superset-docker-image.yml                    | 2 +-
 .github/workflows/nightly-build-multi-arch-superset-docker-image.yml | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build-pinot-docker-image.yml 
b/.github/workflows/build-pinot-docker-image.yml
index 3b58959a96d..a82e02f6fa1 100644
--- a/.github/workflows/build-pinot-docker-image.yml
+++ b/.github/workflows/build-pinot-docker-image.yml
@@ -54,7 +54,7 @@ jobs:
     - name: Set up QEMU
       uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a 
# v4.0.0
     - name: Set up Docker Buildx
-      uses: 
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
+      uses: 
docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
     - uses: actions/checkout@v6
     - name: Build and push the Docker image
       env:
diff --git a/.github/workflows/build-superset-docker-image.yml 
b/.github/workflows/build-superset-docker-image.yml
index 2d5e8cbc7a5..fd9f2b43376 100644
--- a/.github/workflows/build-superset-docker-image.yml
+++ b/.github/workflows/build-superset-docker-image.yml
@@ -50,7 +50,7 @@ jobs:
     - name: Set up QEMU
       uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a 
# v4.0.0
     - name: Set up Docker Buildx
-      uses: 
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
+      uses: 
docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
     - uses: actions/checkout@v6
     - name: Build and push the Docker image
       env:
diff --git 
a/.github/workflows/nightly-build-multi-arch-superset-docker-image.yml 
b/.github/workflows/nightly-build-multi-arch-superset-docker-image.yml
index 04016647f73..a28901931a4 100644
--- a/.github/workflows/nightly-build-multi-arch-superset-docker-image.yml
+++ b/.github/workflows/nightly-build-multi-arch-superset-docker-image.yml
@@ -59,7 +59,7 @@ jobs:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
       - name: Set up Docker Buildx
-        uses: 
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
+        uses: 
docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
       - uses: actions/checkout@v6
       - name: Build and push
         env:
@@ -97,7 +97,7 @@ jobs:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
       - name: Set up Docker Buildx
-        uses: 
docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
+        uses: 
docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
       - name: Create and push manifests
         env:
           DOCKER_IMAGE_NAME: apachepinot/pinot-superset


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to