1
0
Fork 0

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

This commit is contained in:
renovate[bot] 2026-03-06 13:45:58 +08:00 committed by GitHub
parent f8521febc1
commit c1ab075c1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ jobs:
git describe --tags --always
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ env.OWNER }}