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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-07 18:08:06 -05:00
committed by GitHub
parent 878da22fdb
commit df3206b80c

View File

@@ -35,7 +35,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- name: Log in to GHCR
uses: docker/login-action@v3 # login to ghcr
uses: docker/login-action@v4 # login to ghcr
with:
registry: ghcr.io
username: ${{ github.repository_owner }}