From 1ee4a68901ecd54f7190979ac139082128c9525f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:55:42 +0000 Subject: [PATCH] Update docker/login-action action to v4 --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index aae505a..090edfc 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -17,7 +17,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to the GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ secrets.GHCR_USER }}