From f0eb1a863445b61911b164789f0167e25f5c8d26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:44:16 +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