Skip to content

Commit 6257a44

Browse files
chore(deps): bump docker/login-action in the actions-major group (#46)
1 parent 3c8c3c7 commit 6257a44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@main
6464

6565
- name: Log in to Docker Hub
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
username: ${{ secrets.DOCKER_USERNAME }}
6969
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)