Skip to content

Commit 1704940

Browse files
authored
Merge pull request #272 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 7f10db6 + 350c3eb commit 1704940

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/checkout@v4.2.2
121121

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

0 commit comments

Comments
 (0)