Skip to content

Commit 7035740

Browse files
authored
Merge pull request #127 from RolnickLab/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 029f1a8 + 5a8ea87 commit 7035740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-ml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: uv sync --no-default-groups
2727

2828
- name: Cache ML models
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
with:
3131
path: ~/.config/AMI/models
3232
key: ml-models-v1

0 commit comments

Comments
 (0)