From 6fa0387f3afa814af29236bc45910b6dc65a7ed7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 15:43:38 +0000 Subject: [PATCH] Renovate: Update docker/login-action action to v4 --- .github/workflows/container-registry-ghcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-registry-ghcr.yaml b/.github/workflows/container-registry-ghcr.yaml index b1d4e96..9604af4 100644 --- a/.github/workflows/container-registry-ghcr.yaml +++ b/.github/workflows/container-registry-ghcr.yaml @@ -23,7 +23,7 @@ jobs: - name: Check out code uses: actions/checkout@v6 - name: Log in to the Container registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io