Skip to content

Commit b4c1a03

Browse files
authored
Merge pull request #421 from nanotaboada/dependabot/github_actions/docker/login-action-3.6.0
chore(deps): bump docker/login-action from 3.5.0 to 3.6.0
2 parents 33e9350 + 3ec740f commit b4c1a03

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/checkout@v5.0.0
120120

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

0 commit comments

Comments
 (0)