From 73f860b7358f5b22fe86a3079c7a3a3175922f35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:48:10 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .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..553f21d8 100644 --- a/.github/workflows/llm-d-image-build.yml +++ b/.github/workflows/llm-d-image-build.yml @@ -42,7 +42,7 @@ jobs: # We only need to log in if we are going to push - name: Login to Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: ${{ env.RELEASE_VERSION != 'latest' && !github.event.release.prerelease }} with: registry: ghcr.io