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

This commit is contained in:
renovate[bot]
2026-03-04 12:59:09 +00:00
committed by GitHub
parent eaa5bc896e
commit 8eaab0dbc3

View File

@@ -135,7 +135,7 @@ jobs:
# Docker
- name: Login to Container Registry
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4
if: ${{ env.DOCKERHUB_USERNAME != '' }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}