Skip to content

Commit 32723ba

Browse files
Merge pull request #249 from SwiftFiddle/renovate/docker-login-action-3.x
Update docker/login-action action to v3
2 parents b30aca4 + 06694e8 commit 32723ba

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
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- uses: docker/login-action@v2
13+
- uses: docker/login-action@v3
1414
with:
1515
username: ${{ secrets.DOCKERHUB_USERNAME }}
1616
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)