From 85b1ca99edbdd2a90d0eec93f06750fe738619a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 20:48:24 +0000 Subject: [PATCH] Update docker/login-action digest to 4907a6d --- .github/workflows/promote.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 7a44676..fa40ea0 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -32,7 +32,7 @@ jobs: run: git fetch --prune --unshallow - name: Login to Docker - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 if: env.DOCKER_USR != '' with: username: ${{ secrets.DOCKER_USR }}