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

This commit is contained in:
renovate[bot] 2026-03-04 12:06:22 +00:00 committed by GitHub
parent d0c40ffa00
commit 9741617148
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ jobs:
steps:
-
name: Login to Docker Hub
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}