Skip to content

Commit 5067573

Browse files
authored
Merge pull request #413 from bervProject/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 33ccf83 + d617b95 commit 5067573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
steps:
5757
- uses: actions/checkout@v6
5858
- name: Log in to Docker Hub
59-
uses: docker/login-action@v3
59+
uses: docker/login-action@v4
6060
with:
6161
username: ${{ secrets.DOCKER_USERNAME }}
6262
password: ${{ secrets.DOCKER_TOKEN }}
6363
- name: Log in to the Container registry
64-
uses: docker/login-action@v3
64+
uses: docker/login-action@v4
6565
with:
6666
registry: ghcr.io
6767
username: ${{ github.actor }}

0 commit comments

Comments
 (0)