Skip to content

Commit 2617715

Browse files
Merge pull request #245 from TheDeveloperDen/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents f4a324f + 89b2aa5 commit 2617715

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Log in to the Container registry
5555
if: github.event_name != 'pull_request'
56-
uses: docker/login-action@v3
56+
uses: docker/login-action@v4
5757
with:
5858
registry: ${{ env.REGISTRY }}
5959
username: ${{ github.actor }}

0 commit comments

Comments
 (0)