This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch jdk11
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
commit c593727cff5e052d95eef6666b35cf936130c3e8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 12 15:48:41 2026 +0200
HDDS-15548. Bump docker/setup-qemu-action to 4.1.0 (#74)
(cherry picked from commit 70c7f1403bdab748e2ce409e66200ad5ad60aa88)
---
.github/workflows/build.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index fb3f987..14d9a0d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -65,7 +65,7 @@ jobs:
- name: Set up QEMU
if: ${{ steps.pull.outputs.success == 'false' }}
- uses:
docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
+ uses:
docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0
- name: Set up Docker Buildx
if: ${{ steps.pull.outputs.success == 'false' }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]