There was an error while loading. Please reload this page.
1 parent de49566 commit fbfad13Copy full SHA for fbfad13
1 file changed
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
**/pyproject.toml
50
51
- name: Cache model weights
52
- uses: actions/cache@v4
+ uses: actions/cache@v5
53
with:
54
path: tests/data/models
55
key: ${{ runner.os }}-models-${{ hashFiles('sahi/utils/huggingface.py', 'sahi/utils/yolov5.py', 'sahi/utils/ultralytics.py', 'sahi/utils/rtdetr.py', 'sahi/utils/torchvision.py') }}
0 commit comments