From c01647c1740853ff7c5e28005f5a8402aa5963c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 10:06:07 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v4.2.0 --- .github/workflows/prebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prebuild.yml b/.github/workflows/prebuild.yml index e7b72d3..56ac1d5 100644 --- a/.github/workflows/prebuild.yml +++ b/.github/workflows/prebuild.yml @@ -33,7 +33,7 @@ jobs: # Set Docker buildx up for container build - name: Set up Docker buildx - uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 # Log into GitHub Container Registry (GHCR) to store the image - name: Log into GitHub Container Registry