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 b21d2b8cef9 Bump docker/setup-qemu-action from 4.0.0 to 4.1.0 (#18614)
b21d2b8cef9 is described below

commit b21d2b8cef90fbdea6b4fe4ae928890b4ccf488e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 30 04:19:15 2026 +0530

    Bump docker/setup-qemu-action from 4.0.0 to 4.1.0 (#18614)
---
 .github/workflows/build-pinot-docker-image.yml    | 2 +-
 .github/workflows/build-superset-docker-image.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-pinot-docker-image.yml 
b/.github/workflows/build-pinot-docker-image.yml
index a82e02f6fa1..b1e01115437 100644
--- a/.github/workflows/build-pinot-docker-image.yml
+++ b/.github/workflows/build-pinot-docker-image.yml
@@ -52,7 +52,7 @@ jobs:
         username: ${{ secrets.DOCKERHUB_USERNAME }}
         password: ${{ secrets.DOCKERHUB_TOKEN }}
     - name: Set up QEMU
-      uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a 
# v4.0.0
+      uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 
# v4.1.0
     - name: Set up Docker Buildx
       uses: 
docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
     - uses: actions/checkout@v6
diff --git a/.github/workflows/build-superset-docker-image.yml 
b/.github/workflows/build-superset-docker-image.yml
index fd9f2b43376..e1e71f729ff 100644
--- a/.github/workflows/build-superset-docker-image.yml
+++ b/.github/workflows/build-superset-docker-image.yml
@@ -48,7 +48,7 @@ jobs:
         username: ${{ secrets.DOCKERHUB_USERNAME }}
         password: ${{ secrets.DOCKERHUB_TOKEN }}
     - name: Set up QEMU
-      uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a 
# v4.0.0
+      uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 
# v4.1.0
     - name: Set up Docker Buildx
       uses: 
docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
     - uses: actions/checkout@v6


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

Reply via email to