Skip to content

Commit df14d1e

Browse files
Bump docker/login-action from 3.6.0 to 3.7.0 (#204)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5512186 commit df14d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1919

2020
- name: Login to Docker Hub
21-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
21+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
2222
if: ${{ github.event_name == 'release' }}
2323
with:
2424
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)