From a50077da40d26c66ce141bf8168004c154367a15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:08:44 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a2c3e0f..8e9cc36 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,7 @@ runs: version: ${{ inputs.docker-compose-version }} - name: Login - uses: docker/login-action@v3 + uses: docker/login-action@v4 if: ${{ contains(inputs.registry, '.amazonaws.com') || ( inputs.login != '' && inputs.password != '' ) }} with: registry: ${{ inputs.registry }}