Skip to content

Commit 7896ea5

Browse files
authored
Merge pull request #227 from HelgeGehring/dependabot/github_actions/docker/login-action-4
build(deps): bump docker/login-action from 3 to 4
2 parents bbef651 + 9ac4865 commit 7896ea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v5
1919

2020
- name: Log in to the Container registry
21-
uses: docker/login-action@v3
21+
uses: docker/login-action@v4
2222
with:
2323
registry: ${{ env.REGISTRY }}
2424
username: ${{ github.actor }}

0 commit comments

Comments
 (0)