From bece9a101ad7b12ea77a8d28e17259361cba32aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 20:55:18 +0000 Subject: [PATCH] Bump docker/login-action from 1 to 4.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v4.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 624510b..317f803 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@v1 + uses: docker/login-action@v4.1.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}