From 9ede7d3b4790d73a8fed9afd7aba0a93c023f54a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 19:05:30 +0000 Subject: [PATCH] Bump docker/login-action from 4.1.0 to 4.3.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.1.0 to 4.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.1.0...v4.3.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-deploy-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-deploy-dev.yml b/.github/workflows/docker-deploy-dev.yml index b475d7e..637bbe5 100644 --- a/.github/workflows/docker-deploy-dev.yml +++ b/.github/workflows/docker-deploy-dev.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false - name: Login to DockerHub - uses: docker/login-action@v4.1.0 + uses: docker/login-action@v4.3.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}