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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-03-10 20:53:19 +01:00
committed by GitHub
parent 4c328b2c82
commit 353eb53280
+2 -2
View File
@@ -110,7 +110,7 @@ jobs:
# Log into registry
- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
@@ -163,7 +163,7 @@ jobs:
# Log into registry
- name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}