From 3b6fb1b6bbaacab0e21c8df7b333c7d213c78ee6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:54:01 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v4 --- .github/workflows/sematic-releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sematic-releases.yml b/.github/workflows/sematic-releases.yml index 9b52d1b..00b7942 100644 --- a/.github/workflows/sematic-releases.yml +++ b/.github/workflows/sematic-releases.yml @@ -92,7 +92,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Log in to OneLiteFeather Harbor uses: docker/login-action@v4 with: