From 2b2af9c0d4d71ffe5a3f50d5e92cf10546ccbb4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:02:05 +0000 Subject: [PATCH] chore(deps): update docker/setup-buildx-action action to v3 --- .github/workflows/build_publish_builder_image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_publish_builder_image.yaml b/.github/workflows/build_publish_builder_image.yaml index e00c759..1ed0d77 100644 --- a/.github/workflows/build_publish_builder_image.yaml +++ b/.github/workflows/build_publish_builder_image.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Log in to GitHub Container Registry uses: docker/login-action@v2