From ef73ee22e2712c275725e2f85ac2c1b2ce27ea58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:59:27 +0000 Subject: [PATCH] Renovate: Update docker/login-action action to v4 --- .github/workflows/build_container.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_container.yaml b/.github/workflows/build_container.yaml index 5e7b6f1c..3ec9e912 100644 --- a/.github/workflows/build_container.yaml +++ b/.github/workflows/build_container.yaml @@ -19,7 +19,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