From 18eca0225fc9b32c140019bcf55dbacb0b60b640 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:10:53 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index c5083df..5971526 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -100,7 +100,7 @@ jobs: if: | github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.draft == false) - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 with: registry: ghcr.io username: ${{ github.repository_owner }}