Bump docker/login-action from 3 to 4.5.2

Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.5.2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-30 20:44:41 +00:00
committed by GitHub
parent c4e052c789
commit 0ebf84c897
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4.5.2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}