From 40f5867cf5f840e608e4cdb15219d103d4a7f975 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Aug 2026 07:52:24 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v4 | datasource | package | from | to | | ----------- | -------------------------- | ------- | ------ | | github-tags | docker/setup-buildx-action | v3.12.0 | v4.2.0 | --- .github/workflows/action-image-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action-image-build.yaml b/.github/workflows/action-image-build.yaml index cfd88f7e2f..050b60aa8c 100644 --- a/.github/workflows/action-image-build.yaml +++ b/.github/workflows/action-image-build.yaml @@ -141,7 +141,7 @@ jobs: - name: Setup Docker Buildx id: buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 # Exposes ACTIONS_RUNTIME_TOKEN / ACTIONS_CACHE_URL to the environment so a # raw `docker buildx build` (the testing build below, which we run directly