chore(deps): bump docker/login-action from 3 to 4 (#11223)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Mar 6, 2026 at 18:45 UTC
c8da5c643b8d5adf9950a0582791de925d30a975
1 file changed
+1
-1
.github/workflows/docker-image.yml
+1
-1
@@ -52,7 +52,7 @@ jobs:
52
uses: docker/setup-buildx-action@v3
53
54
- name: Log in to Docker Hub
55
- uses: docker/login-action@v3
55
+ uses: docker/login-action@v4
56
with:
57
username: ${{ vars.DOCKER_USERNAME }}
58
password: ${{ secrets.DOCKER_PASSWORD }}