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

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


The following commit(s) were added to refs/heads/master by this push:
     new ebe8de603ec Bump docker/setup-buildx-action from 1 to 3 (#36260)
ebe8de603ec is described below

commit ebe8de603ec215ae75c1deb3fb30e5c9e3ce4173
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 8 09:33:38 2025 -0400

    Bump docker/setup-buildx-action from 1 to 3 (#36260)
    
    Bumps 
[docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) 
from 1 to 3.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-version: '3'
      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/beam_PostCommit_Go.yml                          | 2 +-
 .github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml             | 2 +-
 .github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml  | 2 +-
 .github/workflows/beam_PostCommit_Python_Arm.yml                  | 2 +-
 .github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml    | 2 +-
 .github/workflows/beam_PreCommit_CommunityMetrics.yml             | 2 +-
 .github/workflows/beam_PreCommit_PythonDocker.yml                 | 2 +-
 .github/workflows/beam_Publish_Beam_SDK_Snapshots.yml             | 2 +-
 .github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml | 2 +-
 .github/workflows/build_release_candidate.yml                     | 2 +-
 .github/workflows/build_runner_image.yml                          | 2 +-
 .github/workflows/republish_released_docker_containers.yml        | 2 +-
 12 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/beam_PostCommit_Go.yml 
b/.github/workflows/beam_PostCommit_Go.yml
index 9ec20e358c8..08264a2b891 100644
--- a/.github/workflows/beam_PostCommit_Go.yml
+++ b/.github/workflows/beam_PostCommit_Go.yml
@@ -73,7 +73,7 @@ jobs:
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v1
+        uses: docker/setup-buildx-action@v3
       - name: GCloud Docker credential helper
         run: |
           gcloud auth configure-docker us.gcr.io
diff --git a/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml 
b/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
index 39eab26dfcf..e7afb735915 100644
--- a/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
+++ b/.github/workflows/beam_PostCommit_Go_Dataflow_ARM.yml
@@ -78,7 +78,7 @@ jobs:
           java-version: default
           go-version: default
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v1
+        uses: docker/setup-buildx-action@v3
       - name: GCloud Docker credential helper
         run: |
           gcloud auth configure-docker us.gcr.io
diff --git a/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml 
b/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml
index 3182a6c0962..85f53672c9a 100644
--- a/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml
+++ b/.github/workflows/beam_PostCommit_Java_Examples_Dataflow_ARM.yml
@@ -84,7 +84,7 @@ jobs:
             ${{ matrix.java_version != '11' && matrix.java_version || '' }}
             11
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v2
+        uses: docker/setup-buildx-action@v3
       - name: GCloud Docker credential helper
         run: |
           gcloud auth configure-docker us.gcr.io
diff --git a/.github/workflows/beam_PostCommit_Python_Arm.yml 
b/.github/workflows/beam_PostCommit_Python_Arm.yml
index 5ce4cd77de4..0ca1a7cd8d7 100644
--- a/.github/workflows/beam_PostCommit_Python_Arm.yml
+++ b/.github/workflows/beam_PostCommit_Python_Arm.yml
@@ -92,7 +92,7 @@ jobs:
       - name: Set up Cloud SDK
         uses: google-github-actions/setup-gcloud@v3
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v2
+        uses: docker/setup-buildx-action@v3
       - name: GCloud Docker credential helper
         run: |
           gcloud auth configure-docker us.gcr.io
diff --git a/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml 
b/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml
index 1ce6d369c21..fe32337d1c0 100644
--- a/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml
+++ b/.github/workflows/beam_PostCommit_XVR_GoUsingJava_Dataflow.yml
@@ -78,7 +78,7 @@ jobs:
         with:
           python-version: default
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v1
+        uses: docker/setup-buildx-action@v3
       - name: GCloud Docker credential helper
         run: |
           gcloud auth configure-docker us.gcr.io
diff --git a/.github/workflows/beam_PreCommit_CommunityMetrics.yml 
b/.github/workflows/beam_PreCommit_CommunityMetrics.yml
index e8f976e3832..d7fbdfb8aae 100644
--- a/.github/workflows/beam_PreCommit_CommunityMetrics.yml
+++ b/.github/workflows/beam_PreCommit_CommunityMetrics.yml
@@ -83,7 +83,7 @@ jobs:
         with:
           java-version: default
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v2
+        uses: docker/setup-buildx-action@v3
       - name: Remove default github maven configuration
         run: rm ~/.m2/settings.xml
       - name: Install docker compose
diff --git a/.github/workflows/beam_PreCommit_PythonDocker.yml 
b/.github/workflows/beam_PreCommit_PythonDocker.yml
index 3824dcd0d2f..d3e6f90416f 100644
--- a/.github/workflows/beam_PreCommit_PythonDocker.yml
+++ b/.github/workflows/beam_PreCommit_PythonDocker.yml
@@ -86,7 +86,7 @@ jobs:
           python-version: ${{ matrix.python_version }}
           go-version: default
       - name: Setup Buildx
-        uses: docker/setup-buildx-action@v2
+        uses: docker/setup-buildx-action@v3
         with:
           install: true
           driver: 'docker'
diff --git a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml 
b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
index bd503285aab..5a878a3f3f6 100644
--- a/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
+++ b/.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -93,7 +93,7 @@ jobs:
         if: github.ref == 'refs/heads/master'
         run: echo "LATEST_TAG=,latest" >> $GITHUB_ENV
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v1
+        uses: docker/setup-buildx-action@v3
       - name: Authenticate on GCP
         uses: google-github-actions/auth@v3
         with:
diff --git a/.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml 
b/.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml
index b0b05968032..002888c25ac 100644
--- a/.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml
+++ b/.github/workflows/beam_Python_ValidatesContainer_Dataflow_ARM.yml
@@ -82,7 +82,7 @@ jobs:
       - name: Set up Cloud SDK
         uses: google-github-actions/setup-gcloud@v3
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v2
+        uses: docker/setup-buildx-action@v3
       - name: GCloud Docker credential helper
         run: |
           gcloud auth configure-docker us.gcr.io
diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index 52997821aab..2a6ac1027f1 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -285,7 +285,7 @@ jobs:
         with:
           python-version: '3.9'
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v2
+        uses: docker/setup-buildx-action@v3
       - name: Remove default github maven configuration
         # This step is a workaround to avoid a decryption issue of Beam's
         # net.linguica.gradle.maven.settings plugin and github's provided maven
diff --git a/.github/workflows/build_runner_image.yml 
b/.github/workflows/build_runner_image.yml
index ddd01d7644e..1c42b86cba6 100644
--- a/.github/workflows/build_runner_image.yml
+++ b/.github/workflows/build_runner_image.yml
@@ -45,7 +45,7 @@ jobs:
       run: |
         gcloud auth configure-docker ${{env.docker_registry}}
     - name: Set up Docker Buildx
-      uses: docker/setup-buildx-action@v1
+      uses: docker/setup-buildx-action@v3
     - name: Build and Load to docker
       uses: docker/build-push-action@v6
       with:
diff --git a/.github/workflows/republish_released_docker_containers.yml 
b/.github/workflows/republish_released_docker_containers.yml
index 9172ff9d429..39909049177 100644
--- a/.github/workflows/republish_released_docker_containers.yml
+++ b/.github/workflows/republish_released_docker_containers.yml
@@ -79,7 +79,7 @@ jobs:
       - name: Set up Cloud SDK
         uses: google-github-actions/setup-gcloud@v3
       - name: Set up Docker Buildx
-        uses: docker/setup-buildx-action@v2
+        uses: docker/setup-buildx-action@v3
       - name: Remove default github maven configuration
         # This step is a workaround to avoid a decryption issue of Beam's
         # net.linguica.gradle.maven.settings plugin and github's provided maven

Reply via email to