chore(deps)(deps): bump docker/login-action from 3.7.0 to 4.0.0 (#6774)

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](c94ce9fb46...b45d80f862)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.0.0
  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>
This commit is contained in:
dependabot[bot] 2026-03-09 11:42:43 +01:00 committed by GitHub
parent cf7fa73e5b
commit f7348a9217
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ jobs:
ssh://git@github.com/
- name: Log in to Docker Hub
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v2
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

View file

@ -40,7 +40,7 @@ jobs:
ssh://git@github.com/
- name: Log in to GitHub Container Registry
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v2
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v2
with:
registry: ghcr.io
username: ${{ github.actor }}