Skip to content

Commit c1c133d

Browse files
authored
Merge pull request #442 from moby/dependabot/github_actions/docker/login-action-4
chore(deps): Bump docker/login-action from 3 to 4
2 parents 2dd3249 + b30e039 commit c1c133d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/.binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
-
112112
name: Login to Docker Hub
113113
if: github.event_name != 'pull_request'
114-
uses: docker/login-action@v3
114+
uses: docker/login-action@v4
115115
with:
116116
username: ${{ vars.DOCKERHUB_USER }}
117117
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
-
8080
name: Login to Docker Hub
8181
if: github.event_name != 'pull_request'
82-
uses: docker/login-action@v3
82+
uses: docker/login-action@v4
8383
with:
8484
username: ${{ vars.DOCKERHUB_USER }}
8585
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)