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

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

View file

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# GitHub Container Registry # GitHub Container Registry
- uses: docker/login-action@v3 - uses: docker/login-action@v4
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
with: with:
registry: ghcr.io registry: ghcr.io