From 3cd8a485db0e6fea856b2e1ca51a4918b39e8be7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 20:40:49 +0000 Subject: [PATCH] Update docker/login-action action to v4 --- .github/workflows/webapp-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webapp-dev.yml b/.github/workflows/webapp-dev.yml index 4a81ec3..f667a24 100644 --- a/.github/workflows/webapp-dev.yml +++ b/.github/workflows/webapp-dev.yml @@ -39,7 +39,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 }}