From 243d1604b3b515cff396cf54c7bb0ed657f86930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 06:18:41 +0000 Subject: [PATCH] ci(deps): 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/auto-release.yml | 2 +- .github/workflows/ci-cd.yml | 2 +- .github/workflows/docker-app.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 1d2f889..67805bb 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -97,7 +97,7 @@ jobs: - name: Set up Docker Buildx if: steps.release.outputs.released == 'true' - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Log in to GitHub Container Registry if: steps.release.outputs.released == 'true' diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 116e8e9..7a78f0a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -191,7 +191,7 @@ jobs: - uses: actions/checkout@v6 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Log in to GitHub Container Registry uses: docker/login-action@v3 diff --git a/.github/workflows/docker-app.yml b/.github/workflows/docker-app.yml index 534777c..c9d83c3 100644 --- a/.github/workflows/docker-app.yml +++ b/.github/workflows/docker-app.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Docker Buildx (with retry) - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 with: install: true timeout-minutes: 5