Skip to content

Commit

Permalink
Upgrade cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
polm committed Sep 29, 2024
1 parent a5032b7 commit 602fe85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Cache mecab
id: cache-mecab
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: C:/mecab
key: mecab-win-build
Expand Down

0 comments on commit 602fe85

Please sign in to comment.