Bump docker/login-action from 4.4.0 to 4.5.2 (#32390)

Bumps [docker/login-action](https://github.com/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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-08-23 15:15:02 +00:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 7ddd15b54d
commit d530c6feec
+1 -1
View File
@@ -137,7 +137,7 @@ jobs:
# full length sha
type=sha,format=long
- name: Login to GitHub Container Registry
uses: docker/login-action@v4.4.0
uses: docker/login-action@v4.5.2
if: ${{ github.event_name != 'pull_request' }}
with:
registry: ghcr.io