Skip to content

Commit cb1cf52

Browse files
committed
Update cache version, fix path
1 parent e5f0bc8 commit cb1cf52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/database.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
run: python setup.py install
2323

2424
- name: Cache Images 📦
25-
uses: actions/cache@v2
25+
uses: actions/cache@v3
2626
with:
27-
path: ~/images
27+
path: images/
2828
key: images
2929
restore-keys: |
3030
images

0 commit comments

Comments
 (0)