From 90edbffc1f9b021d593418f6659a7f15c7db20f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:53:34 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4.5.1 --- .github/workflows/build-python-debian.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-python-debian.yaml b/.github/workflows/build-python-debian.yaml index 28d23b6..1987d79 100644 --- a/.github/workflows/build-python-debian.yaml +++ b/.github/workflows/build-python-debian.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v7 - name: Log in to the Container registry - uses: docker/login-action@v4.5.0 + uses: docker/login-action@v4.5.1 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}