Skip to content

Commit 6fa0387

Browse files
Renovate: Update docker/login-action action to v4
1 parent aca4d65 commit 6fa0387

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container-registry-ghcr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Check out code
2424
uses: actions/checkout@v6
2525
- name: Log in to the Container registry
26-
uses: docker/login-action@v3
26+
uses: docker/login-action@v4
2727
with:
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929
registry: ghcr.io

0 commit comments

Comments
 (0)