From 604f0daa006ee31744963cdece65de88f843cf1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 09:51:25 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/qa.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 75c0c933..8be08f8d 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -119,7 +119,7 @@ jobs: if: | github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.draft == false) - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -129,7 +129,7 @@ jobs: if: | github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.draft == false) - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: harbor.settlemint.com username: ${{ env.HARBOR_USER }}