From 48230581798694ab4440e7ca0380d78378ddb53f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 06:12:24 +0000 Subject: [PATCH] Bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 91c1d51..478420f 100644 --- a/action.yml +++ b/action.yml @@ -189,7 +189,7 @@ runs: - name: Login to Registry if: inputs.docker-username != '' && inputs.docker-password != '' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ inputs.docker-registry }} username: ${{ inputs.docker-username }}