Skip to content

Commit 010959b

Browse files
authored
Merge pull request #283 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 2565c5e + 088a5b8 commit 010959b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

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

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

0 commit comments

Comments
 (0)