Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit b781c8d

Browse files
chore(deps): update docker/login-action action to v4
1 parent 6386e66 commit b781c8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v5
5151
- name: Login GHCR
52-
uses: docker/login-action@v3
52+
uses: docker/login-action@v4
5353
with:
5454
username: ${{ github.repository_owner }}
5555
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)