feat(deps): update docker/login-action action to v4 (#61)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-05-15 21:59:23 +00:00
committed by GitHub
parent 9f075a47f1
commit b1a344e226

View File

@@ -113,7 +113,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}