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

This commit is contained in:
2026-03-04 10:01:37 +00:00
parent c4f646794a
commit fa4d56c37c
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}