chore(deps): update docker/login-action action to v4 (#7094)

This commit is contained in:
renovate[bot] 2026-03-04 12:40:35 +01:00 committed by GitHub
parent a4ca5f9363
commit baf0e7e658
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
- name: Login to GHCR
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.repository_owner }}