Skip to content

Commit f12ac8f

Browse files
Merge pull request #288 from futugyou/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 3b74e5a + d3aeb33 commit f12ac8f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

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

4040
- name: Login to DockerHub
41-
uses: docker/login-action@v3
41+
uses: docker/login-action@v4
4242
with:
4343
username: ${{ secrets.DOCKER_USERNAME }}
4444
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Docker Buildx
3535
uses: docker/setup-buildx-action@v3
3636
- name: Login to DockerHub
37-
uses: docker/login-action@v3
37+
uses: docker/login-action@v4
3838
with:
3939
username: ${{ secrets.DOCKER_USERNAME }}
4040
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)