Skip to content

Commit 786a965

Browse files
chore(deps): update docker/login-action action to v3
1 parent 8b24338 commit 786a965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# Step 3: Log in to DockerHub
2424
- name: Log in to DockerHub
25-
uses: docker/login-action@v2
25+
uses: docker/login-action@v3
2626
with:
2727
username: ${{ secrets.DOCKERHUB_USERNAME }}
2828
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)