Skip to content

Commit d61060e

Browse files
authored
Merge pull request #3781 from docker/dependabot/github_actions/docker/login-action-4.1.0
build(deps): bump docker/login-action from 4.0.0 to 4.1.0
2 parents 07f3eee + abe28f0 commit d61060e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ jobs:
402402
steps:
403403
-
404404
name: Login to DockerHub
405-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
405+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
406406
with:
407407
username: ${{ vars.DOCKERPUBLICBOT_USERNAME }}
408408
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}

0 commit comments

Comments
 (0)