Skip to content

Commit 3ef2ebb

Browse files
authored
Merge pull request #3692 from docker/dependabot/github_actions/docker/login-action-4
build(deps): bump docker/login-action from 3 to 4
2 parents 7e86541 + dfd8d6c commit 3ef2ebb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ jobs:
471471
steps:
472472
-
473473
name: Login to DockerHub
474-
uses: docker/login-action@v3
474+
uses: docker/login-action@v4
475475
with:
476476
username: ${{ vars.DOCKERPUBLICBOT_USERNAME }}
477477
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}

0 commit comments

Comments
 (0)