From 5c3deb59b0e0c4e2d7b37d5034749e69d9f04cff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 08:33:11 +0000 Subject: [PATCH] Update docker/setup-buildx-action action to v4 --- .github/workflows/container-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-build.yaml b/.github/workflows/container-build.yaml index d836105..4795d01 100644 --- a/.github/workflows/container-build.yaml +++ b/.github/workflows/container-build.yaml @@ -14,7 +14,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 if: github.ref == 'refs/heads/main'