We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1929642 commit 5575170Copy full SHA for 5575170
.github/workflows/manylinux.yml
@@ -19,7 +19,7 @@ jobs:
19
3.13
20
- name: Cache mecab
21
id: cache-mecab
22
- uses: actions/cache@v3
+ uses: actions/cache@v4
23
with:
24
path: mecab
25
key: mecab-build
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
path: ${{ github.workspace }}/mecab_${{ matrix.arch }}
72
key: mecab-build-${{ matrix.arch }}
.github/workflows/windows.yml
@@ -36,7 +36,7 @@ jobs:
36
python-version: ${{ matrix.python-version }}
37
38
39
40
41
path: C:/mecab
42
key: mecab-win-build
0 commit comments