Skip to content

Commit 5575170

Browse files
committed
Bump version of cache action
1 parent 1929642 commit 5575170

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/manylinux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
3.13
2020
- name: Cache mecab
2121
id: cache-mecab
22-
uses: actions/cache@v3
22+
uses: actions/cache@v4
2323
with:
2424
path: mecab
2525
key: mecab-build
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Cache mecab
6868
id: cache-mecab
69-
uses: actions/cache@v3
69+
uses: actions/cache@v4
7070
with:
7171
path: ${{ github.workspace }}/mecab_${{ matrix.arch }}
7272
key: mecab-build-${{ matrix.arch }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: ${{ matrix.python-version }}
3737
- name: Cache mecab
3838
id: cache-mecab
39-
uses: actions/cache@v3
39+
uses: actions/cache@v4
4040
with:
4141
path: C:/mecab
4242
key: mecab-win-build

0 commit comments

Comments
 (0)