chore(deps)!: update docker/login-action (v3.7.0 → v4.0.0) (#477)

This commit is contained in:
renovate[bot]
2026-03-05 22:41:05 +02:00
committed by GitHub
parent 0921e373ce
commit d1af04260d
3 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ jobs:
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
- name: Log in to GitHub Container Registry
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
with:
registry: ghcr.io
username: ${{ github.actor }}