Skip to content

Commit 5c4c7d4

Browse files
⬆️ [ GitHub Actions ] (deps): Bump docker/login-action from 3 to 4 (#17)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent baab0f5 commit 5c4c7d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Log in to GHCR
26-
uses: docker/login-action@v3
26+
uses: docker/login-action@v4
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.actor }}

0 commit comments

Comments
 (0)