From aa2df51f21e0763d92e705e977ea5e40fc106d25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 23:29: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