Skip to content

Commit f8f6b55

Browse files
authored
Merge pull request #97 from cpswan/dependabot/github_actions/github-actions-37a5ac4ac6
build(deps): Bump docker/login-action from 3.6.0 to 3.7.0 in the github-actions group
2 parents 91c0f16 + b59d0f8 commit f8f6b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-red.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: docker/setup-buildx-action@v3.12.0
2323

2424
- name: Login to DockerHub
25-
uses: docker/login-action@v3.6.0
25+
uses: docker/login-action@v3.7.0
2626
with:
2727
username: ${{ secrets.DOCKERHUB_USERNAME }}
2828
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)