From edbc6dcc5daf24676e238575854f4cc66aabcca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 18:32:21 +0000 Subject: [PATCH] Bump docker/login-action from 4.2.0 to 4.5.1 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.2.0 to 4.5.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.2.0...v4.5.1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_latest.yml b/.github/workflows/publish_latest.yml index e7db749c..aa0b2429 100644 --- a/.github/workflows/publish_latest.yml +++ b/.github/workflows/publish_latest.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Login to Docker Hub - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.5.1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}