Skip to content

Commit 602fe85

Browse files
committed
Upgrade cache action
1 parent a5032b7 commit 602fe85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: ${{ matrix.python-version }}
4242
- name: Cache mecab
4343
id: cache-mecab
44-
uses: actions/cache@v1
44+
uses: actions/cache@v4
4545
with:
4646
path: C:/mecab
4747
key: mecab-win-build

0 commit comments

Comments
 (0)