Skip to content

Commit 0832347

Browse files
authored
[CI] Fix intermittent failure when using actions/cache (#4219)
1 parent c745af0 commit 0832347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-ui.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "key=$(date +%s)" >> $GITHUB_OUTPUT
4848

4949
- name: Cache setup
50-
uses: actions/cache@v3
50+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
5151
with:
5252
path: |
5353
ComfyUI
@@ -63,7 +63,7 @@ jobs:
6363
browser: [chromium, chromium-2x, mobile-chrome]
6464
steps:
6565
- name: Restore cached setup
66-
uses: actions/cache@v3
66+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
6767
with:
6868
path: |
6969
ComfyUI

0 commit comments

Comments
 (0)