Skip to content

Commit 3db47f3

Browse files
authored
Merge pull request #392 from nanotaboada/dependabot/github_actions/docker/login-action-4.0.0
chore(deps): Bump docker/login-action from 3.7.0 to 4.0.0
2 parents f440591 + d168c47 commit 3db47f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v3.7.0
90+
uses: docker/login-action@v4.0.0
9191
with:
9292
registry: ghcr.io
9393
username: ${{ github.actor }}

0 commit comments

Comments
 (0)