Skip to content

Commit c5220df

Browse files
authored
Merge pull request #444 from nanotaboada/dependabot/github_actions/docker/login-action-4.1.0
chore(deps): Bump docker/login-action from 4.0.0 to 4.1.0
2 parents 295043c + d57d000 commit c5220df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: dotnet test --configuration Release --no-build --verbosity normal
8888

8989
- name: Log in to GitHub Container Registry
90-
uses: docker/login-action@v4.0.0
90+
uses: docker/login-action@v4.1.0
9191
with:
9292
registry: ghcr.io
9393
username: ${{ github.actor }}

0 commit comments

Comments
 (0)