From 10783c8bd00055c13ec5e1e76b9c9b7a1cb1eeb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 20:13:45 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to dbcb813 --- .github/workflows/container-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index fbb7768..57173c0 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -50,7 +50,7 @@ jobs: useDaemon: true pushFilter: "(-source$|\\.tar\\.gz$)" - - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 with: registry: ghcr.io username: ${{ github.actor }}