diff --git a/.github/actions/setup-frontend/action.yml b/.github/actions/setup-frontend/action.yml index 3ebc12eb3f..125eaa92fc 100644 --- a/.github/actions/setup-frontend/action.yml +++ b/.github/actions/setup-frontend/action.yml @@ -9,15 +9,14 @@ runs: using: 'composite' steps: - name: Checkout ComfyUI - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: 'comfyanonymous/ComfyUI' path: 'ComfyUI' - name: Checkout ComfyUI_frontend - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: - repository: 'Comfy-Org/ComfyUI_frontend' path: 'ComfyUI_frontend' - name: Copy ComfyUI_devtools from frontend repo diff --git a/.github/workflows/tests-ci.yaml b/.github/workflows/tests-ci.yaml index 1e069ea11f..1b9a06db7b 100644 --- a/.github/workflows/tests-ci.yaml +++ b/.github/workflows/tests-ci.yaml @@ -23,7 +23,6 @@ jobs: - name: Checkout ComfyUI_frontend uses: actions/checkout@v5 with: - repository: 'Comfy-Org/ComfyUI_frontend' path: 'ComfyUI_frontend' - name: Copy ComfyUI_devtools from frontend repo @@ -217,7 +216,6 @@ jobs: - name: Checkout ComfyUI_frontend uses: actions/checkout@v5 with: - repository: 'Comfy-Org/ComfyUI_frontend' path: 'ComfyUI_frontend' - name: Install pnpm