Skip to content

Commit ee2e23d

Browse files
authored
Merge pull request #221 from TraGicCode/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 5698abb + f949006 commit ee2e23d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: docker/setup-buildx-action@v3
3636

3737
- name: Log in to Docker Hub
38-
uses: docker/login-action@v3
38+
uses: docker/login-action@v4
3939
with:
4040
username: tragiccode
4141
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)