From 93a147a24fdcc776e776269546315e9564f1a25a Mon Sep 17 00:00:00 2001 From: niknah Date: Thu, 23 Jul 2026 21:34:53 +1000 Subject: [PATCH 1/2] github actions no longer supports node20 https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ Update actions to node24 --- registry/publishing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/publishing.mdx b/registry/publishing.mdx index 90b63f0d2..575dcc019 100644 --- a/registry/publishing.mdx +++ b/registry/publishing.mdx @@ -148,7 +148,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Publish Custom Node uses: Comfy-Org/publish-node-action@main with: From a0c217759aac0215b8195deee9e74fc9bcbe6320 Mon Sep 17 00:00:00 2001 From: ComfyUI Wiki Date: Fri, 24 Jul 2026 15:44:04 +0800 Subject: [PATCH 2/2] Update translationSourceHash and publish action version in Japanese, Korean, and Chinese publishing documentation --- ja/registry/publishing.mdx | 7 ++++--- ko/registry/publishing.mdx | 7 ++++--- zh/registry/publishing.mdx | 7 ++++--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/ja/registry/publishing.mdx b/ja/registry/publishing.mdx index afaf6001c..5676efea2 100644 --- a/ja/registry/publishing.mdx +++ b/ja/registry/publishing.mdx @@ -1,13 +1,14 @@ --- title: "ノードの公開" -translationSourceHash: 76f990e5 +translationSourceHash: 7e21993f translationFrom: registry/publishing.mdx translationBlockHashes: "Set up a Registry Account": be894a7a - "Publish to the Registry": a5b78520 + "Publish to the Registry": b39c0b89 --- + ## レジストリアカウントの設定 以下の手順に従って、レジストリアカウントを設定し、最初のノードを公開してください。 @@ -154,7 +155,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Publish Custom Node uses: Comfy-Org/publish-node-action@main with: diff --git a/ko/registry/publishing.mdx b/ko/registry/publishing.mdx index 434096807..08528723d 100644 --- a/ko/registry/publishing.mdx +++ b/ko/registry/publishing.mdx @@ -1,13 +1,14 @@ --- title: "노드 게시하기" -translationSourceHash: 76f990e5 +translationSourceHash: 7e21993f translationFrom: registry/publishing.mdx translationBlockHashes: "Set up a Registry Account": be894a7a - "Publish to the Registry": a5b78520 + "Publish to the Registry": b39c0b89 --- + ## 레지스트리 계정 설정하기 아래 단계에 따라 레지스트리 계정을 설정하고 첫 번째 노드를 게시하세요. @@ -153,7 +154,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 코드 체크아웃 - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: 사용자 정의 노드 게시 uses: Comfy-Org/publish-node-action@main with: diff --git a/zh/registry/publishing.mdx b/zh/registry/publishing.mdx index aa49db456..745214e55 100644 --- a/zh/registry/publishing.mdx +++ b/zh/registry/publishing.mdx @@ -1,13 +1,14 @@ --- title: "发布节点" -translationSourceHash: 76f990e5 +translationSourceHash: 7e21993f translationFrom: registry/publishing.mdx translationBlockHashes: "Set up a Registry Account": be894a7a - "Publish to the Registry": a5b78520 + "Publish to the Registry": b39c0b89 --- + ## 设置注册表账户 按照以下步骤设置注册表账户并发布您的第一个节点。 @@ -158,7 +159,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Publish Custom Node uses: Comfy-Org/publish-node-action@main with: