Skip to content

Commit ee737b1

Browse files
[MNT] [Dependabot](deps): Bump actions/cache from 4 to 5 (#614)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
1 parent b29e088 commit ee737b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: uv pip list
6161

6262
- name: Restore test's datasets
63-
uses: actions/cache/restore@v4
63+
uses: actions/cache/restore@v5
6464
with:
6565
path: tests/.datasets
6666
key: test-datasets
@@ -69,7 +69,7 @@ jobs:
6969
run: python -m pytest -v
7070

7171
- name: Save test's datasets
72-
uses: actions/cache/save@v4
72+
uses: actions/cache/save@v5
7373
with:
7474
path: tests/.datasets
7575
key: test-datasets

0 commit comments

Comments
 (0)