We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5032b7 commit 602fe85Copy full SHA for 602fe85
.github/workflows/windows.yml
@@ -41,7 +41,7 @@ jobs:
41
python-version: ${{ matrix.python-version }}
42
- name: Cache mecab
43
id: cache-mecab
44
- uses: actions/cache@v1
+ uses: actions/cache@v4
45
with:
46
path: C:/mecab
47
key: mecab-win-build
0 commit comments