Skip to content

Commit 77a48eb

Browse files
authored
Merge pull request #476 from nanotaboada/dependabot/github_actions/docker/login-action-3.7.0
chore(deps): bump docker/login-action from 3.6.0 to 3.7.0
2 parents e8dd4c9 + ec3d8e8 commit 77a48eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
pytest --cov=./ --cov-report=xml --cov-report=term
8686
8787
- name: Log in to GitHub Container Registry
88-
uses: docker/login-action@v3.6.0
88+
uses: docker/login-action@v3.7.0
8989
with:
9090
registry: ghcr.io
9191
username: ${{ github.actor }}

0 commit comments

Comments
 (0)