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

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 99ea489557 Bump docker/setup-buildx-action from 3 to 4 (#2446)
99ea489557 is described below

commit 99ea4895578b00f6c9145830c055e68ccaa4bfb0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 29 23:07:20 2026 +0200

    Bump docker/setup-buildx-action from 3 to 4 (#2446)
    
    Bumps 
[docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) 
from 3 to 4.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/docker-cd.yml        | 2 +-
 .github/workflows/docker-release.yml   | 2 +-
 .github/workflows/docker-testImage.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/docker-cd.yml b/.github/workflows/docker-cd.yml
index f32050fe70..809cab15c6 100644
--- a/.github/workflows/docker-cd.yml
+++ b/.github/workflows/docker-cd.yml
@@ -52,7 +52,7 @@ jobs:
     # https://github.com/docker/setup-buildx-action
     - name: Set up Docker Buildx
       id: buildx
-      uses: docker/setup-buildx-action@v3
+      uses: docker/setup-buildx-action@v4
 
     # https://github.com/docker/login-action
     - name: Login to DockerHub
diff --git a/.github/workflows/docker-release.yml 
b/.github/workflows/docker-release.yml
index 4c46750ecc..5b8057b2a8 100644
--- a/.github/workflows/docker-release.yml
+++ b/.github/workflows/docker-release.yml
@@ -59,7 +59,7 @@ jobs:
     # https://github.com/docker/setup-buildx-action
     - name: Set up Docker Buildx
       id: buildx
-      uses: docker/setup-buildx-action@v3
+      uses: docker/setup-buildx-action@v4
 
     # https://github.com/docker/login-action
     - name: Login to DockerHub
diff --git a/.github/workflows/docker-testImage.yml 
b/.github/workflows/docker-testImage.yml
index cea8f42aa3..340d7e3029 100644
--- a/.github/workflows/docker-testImage.yml
+++ b/.github/workflows/docker-testImage.yml
@@ -50,7 +50,7 @@ jobs:
     # https://github.com/docker/setup-buildx-action
     - name: Set up Docker Buildx
       id: buildx
-      uses: docker/setup-buildx-action@v3
+      uses: docker/setup-buildx-action@v4
 
     # https://github.com/docker/login-action  
     - name: Login to DockerHub

Reply via email to