Skip to content

Commit 5f477b3

Browse files
Update docker/login-action action to v4
1 parent 7d2084d commit 5f477b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v5
1111

1212
- name: Login to ghcr.io
13-
uses: docker/login-action@v3
13+
uses: docker/login-action@v4
1414
with:
1515
registry: ghcr.io
1616
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)