From 702fd85e1a2b12fd511f5759d5a6536568ce23ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:19:00 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 0d4c9c5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f993f89d..bc0cecb9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: network=host - name: Log in to the Container registry - uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}