From aa6bc4631cd4bbf9b1d0e0b9d4e9748fee35ddc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 00:53:49 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v4.4.0 --- .github/actions/build-leg/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-leg/action.yml b/.github/actions/build-leg/action.yml index 76e36291..9dbdcbd9 100644 --- a/.github/actions/build-leg/action.yml +++ b/.github/actions/build-leg/action.yml @@ -464,7 +464,7 @@ runs: # ~20-min osxcross compile. Loaded as a local tag the run step below consumes. - name: Set up buildx (cross-dockerfile legs) if: steps.tjs-cache.outputs.cache-hit != 'true' && inputs.cross-dockerfile != '' - uses: docker/setup-buildx-action@v4.3.0 + uses: docker/setup-buildx-action@v4.4.0 - name: Build the cross-toolchain image (GHA-cached, no registry) if: steps.tjs-cache.outputs.cache-hit != 'true' && inputs.cross-dockerfile != '' uses: docker/build-push-action@v7.4.0