From 16707d0c8366bfe1960ca95de1b28184b85fadb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:12:33 +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 323f584..d80d5a9 100644 --- a/action.yml +++ b/action.yml @@ -50,7 +50,7 @@ runs: image : ${{ inputs.registry }}/${{ inputs.image_name }} - 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 }}