Skip to content

Commit 657c7bd

Browse files
dependency: Update docker/login-action action to v4
1 parent 4c5e070 commit 657c7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerHub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v6
1414
- name: Login to Docker Hub
15-
uses: docker/login-action@v3
15+
uses: docker/login-action@v4
1616
with:
1717
username: ${{ secrets.DH_USERNAME }}
1818
password: ${{ secrets.DH_AC }}

0 commit comments

Comments
 (0)