From 0832347f47ca454b9d537fdfe0310c28840a6e08 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Wed, 18 Jun 2025 01:24:42 -0700 Subject: [PATCH] [CI] Fix intermittent failure when using actions/cache (#4219) --- .github/workflows/test-ui.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-ui.yaml b/.github/workflows/test-ui.yaml index 79e4af102..e44527c89 100644 --- a/.github/workflows/test-ui.yaml +++ b/.github/workflows/test-ui.yaml @@ -47,7 +47,7 @@ jobs: run: echo "key=$(date +%s)" >> $GITHUB_OUTPUT - name: Cache setup - uses: actions/cache@v3 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 with: path: | ComfyUI @@ -63,7 +63,7 @@ jobs: browser: [chromium, chromium-2x, mobile-chrome] steps: - name: Restore cached setup - uses: actions/cache@v3 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 with: path: | ComfyUI