From a628a8acef43516da69ac3548fa5825ed820cac4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 09:32:11 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 28fdb31 --- .github/workflows/deploy-website-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website-prod.yml b/.github/workflows/deploy-website-prod.yml index 81137dc..b20379a 100644 --- a/.github/workflows/deploy-website-prod.yml +++ b/.github/workflows/deploy-website-prod.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 + uses: docker/login-action@28fdb31ff34708d19615a74d67103ddc2ea9725c with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}