CI: Bump docker/login-action from 4.5.1 to 4.6.0 in the everything group (#8033)

This commit is contained in:
dependabot[bot] 2026-08-03 15:55:00 +01:00 committed by GitHub
parent 0750e18ad0
commit 3c47e5735a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
buildkitd-flags: --debug
- name: Login to Docker Hub
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
with:
username: ${{ secrets.DOCKER_HUB_USER }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}