Skip to content

Commit e0c074d

Browse files
authored
Merge pull request #552 from nanotaboada/dependabot/github_actions/docker/login-action-4.1.0
chore(deps): bump docker/login-action from 4.0.0 to 4.1.0
2 parents f0a4a5d + f30605d commit e0c074d

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
uv run pytest --cov=./ --cov-report=xml --cov-report=term -v
8686
8787
- name: Log in to GitHub Container Registry
88-
uses: docker/login-action@v4.0.0
88+
uses: docker/login-action@v4.1.0
8989
with:
9090
registry: ghcr.io
9191
username: ${{ github.actor }}

0 commit comments

Comments
 (0)