From 5cacd2c23f7be6a4c69fe691acbf959af58a233a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:52:15 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 1f36f5b --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index eec4e954..d456a5c1 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Log in to the Container registry - uses: docker/login-action@29df2a9f8c71c2dfe7db598180a0460355ec1c00 + uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9 with: registry: ghcr.io username: ${{ github.actor }}