From a4c38bc7fc0354420967c268d58a4e6fec19fcc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:40:20 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v4 --- .github/workflows/build-test-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index 780c73d..5a5a497 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -51,7 +51,7 @@ jobs: persist-credentials: false - run: sudo snap install yq - uses: docker/setup-qemu-action@v3 - - uses: docker/setup-buildx-action@v3 + - uses: docker/setup-buildx-action@v4 - uses: docker/login-action@v3 with: registry: ghcr.io