From 14f03fa2f7732ff8bd2d1a2568edf0527c121e82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:01:39 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3.7.0 --- .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 4be088e..c48eb46 100644 --- a/.github/workflows/build-python-debian.yaml +++ b/.github/workflows/build-python-debian.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v6 - name: Log in to the Container registry - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}