Skip to content

Commit 1824a70

Browse files
ci(docker): upgrade login-action v3 to v4
v3 uses Node.js 20 which is deprecated by GitHub Actions. v4 supports Node.js 24. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8f8a64f commit 1824a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
- name: Log in to GHCR
7575
if: github.event_name != 'pull_request'
76-
uses: docker/login-action@v3
76+
uses: docker/login-action@v4
7777
with:
7878
registry: ${{ env.REGISTRY }}
7979
username: ${{ github.actor }}

0 commit comments

Comments
 (0)