Skip to content

Commit bd4f01c

Browse files
chore: update docker/login-action action to v4
1 parent c3a186d commit bd4f01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PUBLISH_DOCKER.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v6
1818

1919
- name: Login to Docker Hub
20-
uses: docker/login-action@v3
20+
uses: docker/login-action@v4
2121
with:
2222
username: ${{ secrets.DOCKER_USERNAME }}
2323
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)