Skip to content

Commit 5c4bcb0

Browse files
authored
Merge pull request #402 from nanotaboada/dependabot/github_actions/docker/login-action-3.5.0
chore(deps): bump docker/login-action from 3.4.0 to 3.5.0
2 parents 0b16fe6 + cbf3ba0 commit 5c4bcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/[email protected]
120120

121121
- name: Log in to GitHub Container Registry
122-
uses: docker/login-action@v3.4.0
122+
uses: docker/login-action@v3.5.0
123123
with:
124124
registry: ghcr.io
125125
username: ${{ github.actor }}

0 commit comments

Comments
 (0)