Skip to content

Commit 9af274e

Browse files
authored
Merge pull request #2568 from AppDaemon/dependabot/github_actions/docker/login-action-4.0.0
Bump docker/login-action from 3.7.0 to 4.0.0
2 parents 6483d1f + e8c1f2e commit 9af274e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Login against a Docker registry (only with a tag or push on `dev` branch)
5050
# https://github.com/docker/login-action
5151
- name: Log into Docker Hub
52-
uses: docker/login-action@v3.7.0
52+
uses: docker/login-action@v4.0.0
5353
with:
5454
username: ${{ secrets.DOCKERHUB_USERNAME }}
5555
password: ${{ secrets.DOCKERHUB_PASSWORD }}

0 commit comments

Comments
 (0)