Skip to content

Commit d89fe92

Browse files
authored
Merge pull request #92 from crazy-max/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 ecf024b + 7755bf8 commit d89fe92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
264264
-
265265
name: Login to Docker Hub
266-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
266+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
267267
with:
268268
username: ${{ secrets.DOCKERHUB_USERNAME }}
269269
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)