From 0badd7656e624c6871adb54970e9800ecd114fa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:14:13 +0000 Subject: [PATCH] Bump docker/setup-buildx-action from 3 to 4 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] --- .github/workflows/build-develop.yml | 2 +- .github/workflows/build-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-develop.yml b/.github/workflows/build-develop.yml index 07e9843..84eb437 100644 --- a/.github/workflows/build-develop.yml +++ b/.github/workflows/build-develop.yml @@ -87,7 +87,7 @@ jobs: # Build and Push Docker images (only if PUSH_DOCKER is true) - name: Set up Docker Buildx if: steps.get_version.outputs.PUSH_DOCKER == 'true' - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 with: version: latest diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 3a565ed..c01f335 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -75,7 +75,7 @@ jobs: # Build and Push Docker images (only if PUSH_DOCKER is true) - name: Set up Docker Buildx if: steps.get_version.outputs.PUSH_DOCKER == 'true' - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 with: version: latest