Skip to content

Commit 504f7d1

Browse files
chore(deps): update docker/login-action action to v4
1 parent a9aa668 commit 504f7d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-develop-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Log in to Docker Hub
25-
uses: docker/login-action@v3
25+
uses: docker/login-action@v4
2626
with:
2727
username: ${{ secrets.DOCKER_USERNAME }}
2828
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/docker-latest-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Log in to Docker Hub
25-
uses: docker/login-action@v3
25+
uses: docker/login-action@v4
2626
with:
2727
username: ${{ secrets.DOCKER_USERNAME }}
2828
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)