Skip to content

Commit c00b57f

Browse files
chore(deps): update docker/login-action action to v4
1 parent 125825f commit c00b57f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backend-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Login to DockerHub
24-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
24+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
2525
with:
2626
username: ${{ secrets.DOCKERHUB_USERNAME }}
2727
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/frontend-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
1919

2020
- name: DockerHub login
21-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
21+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
2222
with:
2323
username: ${{ secrets.DOCKERHUB_USERNAME }}
2424
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)