From 2d2ff138354987502d0fdd4dea52af0e3bf93446 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:02:12 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .github/workflows/build-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index edb9d20d..fdfea29d 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -129,7 +129,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}