Skip to content

Commit f99d129

Browse files
chore(deps): update docker/login-action action to v4
1 parent 82a392b commit f99d129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

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

2121
- name: Login to Docker Hub
2222
if: github.ref_name == 'main'
23-
uses: docker/login-action@v3
23+
uses: docker/login-action@v4
2424
with:
2525
username: ${{ secrets.DOCKERHUB_USERNAME }}
2626
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)