Update docker/login-action action to v4 (#64)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-03-04 09:32:11 +00:00 committed by GitHub
commit ec325ed178
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ jobs:
OPENAI_TOKEN: "0"
steps:
# GitHub Container Registry
- uses: docker/login-action@v3
- uses: docker/login-action@v4
if: github.event_name != 'pull_request'
with:
registry: ghcr.io