Skip to content

Commit 8dfceec

Browse files
Bump docker/login-action from 4 to 4.5.2 in the github-actions group (#355)
1 parent 4e504e5 commit 8dfceec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up Docker Buildx
3939
uses: docker/setup-buildx-action@v4
4040
- name: Login to DockerHub
41-
uses: docker/login-action@v4
41+
uses: docker/login-action@v4.5.2
4242
with:
4343
username: ${{ secrets.DOCKERHUB_USERNAME }}
4444
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)