From 9c937ee179e596c9b12481d0bdf60082d6680515 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:27:41 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 5d8785b --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5e2248..292c84f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to the Container registry - uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb + uses: docker/login-action@5d8785b43a795ee002a17dbf1a2235dc1997224b with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}