Skip to content

Commit 4574922

Browse files
authored
Merge pull request #587 from nanotaboada/dependabot/github_actions/docker/login-action-4.2.0
chore(deps): bump docker/login-action from 4.1.0 to 4.2.0
2 parents 957315a + 7bb0480 commit 4574922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
echo "♟️ Coach name: $COACH"
107107
108108
- name: Log in to GitHub Container Registry
109-
uses: docker/login-action@v4.1.0
109+
uses: docker/login-action@v4.2.0
110110
with:
111111
registry: ghcr.io
112112
username: ${{ github.actor }}

0 commit comments

Comments
 (0)