Update docker/login-action action to v4

This commit is contained in:
renovate[bot]
2026-03-05 11:38:41 +00:00
committed by GitHub
parent 53f0ce7225
commit d475a12292

View File

@@ -38,7 +38,7 @@ jobs:
- name: Log in to Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}