Skip to content

Commit fbfad13

Browse files
👷 Bump actions/cache from 4 to 5 (#1296)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de49566 commit fbfad13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
**/pyproject.toml
5050
5151
- name: Cache model weights
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
with:
5454
path: tests/data/models
5555
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

Comments
 (0)