From 4399b6afd146625d572ffde5cf9a9378f33a2428 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 08:45:57 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 236b1c9..5192f97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: platforms: arm64 - name: 🚀 Set up Docker BuildX - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 with: install: true