Skip to content

Commit

Permalink
Bump version of cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
polm committed Nov 2, 2024
1 parent 1929642 commit 5575170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
3.13
- name: Cache mecab
id: cache-mecab
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: mecab
key: mecab-build
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Cache mecab
id: cache-mecab
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/mecab_${{ matrix.arch }}
key: mecab-build-${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Cache mecab
id: cache-mecab
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: C:/mecab
key: mecab-win-build
Expand Down

0 comments on commit 5575170

Please sign in to comment.