Skip to content

Commit 8ef32c7

Browse files
chore(deps): update docker/setup-buildx-action action to v4 (#22)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af04ca6 commit 8ef32c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build-leg/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ runs:
356356
# ~20-min osxcross compile. Loaded as a local tag the run step below consumes.
357357
- name: Set up buildx (cross-dockerfile legs)
358358
if: steps.tjs-cache.outputs.cache-hit != 'true' && inputs.cross-dockerfile != ''
359-
uses: docker/setup-buildx-action@v3
359+
uses: docker/setup-buildx-action@v4
360360
- name: Build the cross-toolchain image (GHA-cached, no registry)
361361
if: steps.tjs-cache.outputs.cache-hit != 'true' && inputs.cross-dockerfile != ''
362362
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)