build(deps): bump docker/login-action in the updates group

Bumps the updates group with 1 update: [docker/login-action](https://github.com/docker/login-action).


Updates `docker/login-action` from 4.4.0 to 4.5.2
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v4.4.0...v4.5.2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-29 08:32:38 +00:00
committed by GitHub
parent 9a2348cadd
commit c4093a2eac
+2 -2
View File
@@ -178,14 +178,14 @@ jobs:
tests/test.sh
- name: Login to DockerHub
uses: docker/login-action@v4.4.0
uses: docker/login-action@v4.5.2
if: env.HAS_IMAGE_REPO_ACCESS
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GHCR
uses: docker/login-action@v4.4.0
uses: docker/login-action@v4.5.2
if: env.HAS_IMAGE_REPO_ACCESS
with:
registry: ghcr.io