From f296f1765a83233f6fcfa5a8739a94b0e9bed9f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:51:17 +0000 Subject: [PATCH] ci(deps): 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] --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1964cc7..d346c71 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -62,7 +62,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Docker registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ inputs.username }} password: ${{ secrets.password }} @@ -116,7 +116,7 @@ jobs: ${{ inputs.tags }} - name: Login to Docker registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ inputs.username }} password: ${{ secrets.password }}