From c82b0d9e86217be2989b5498cce6d7d486ad318e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:02:55 +0000 Subject: [PATCH] chore(deps): Bump docker/setup-buildx-action from 3 to 4 Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/llm-d-image-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llm-d-image-build.yml b/.github/workflows/llm-d-image-build.yml index 876995c0..4ac39e96 100644 --- a/.github/workflows/llm-d-image-build.yml +++ b/.github/workflows/llm-d-image-build.yml @@ -38,7 +38,7 @@ jobs: run: echo "RELEASE_VERSION=$RELEASE_VERSION" - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 # We only need to log in if we are going to push - name: Login to Container Registry