From 5575170dc71dc5d4e0c79a23c20d71edad5c2845 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Sat, 2 Nov 2024 22:18:40 +0900 Subject: [PATCH] Bump version of cache action --- .github/workflows/manylinux.yml | 4 ++-- .github/workflows/windows.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manylinux.yml b/.github/workflows/manylinux.yml index e3c8c6c..20e3d6f 100644 --- a/.github/workflows/manylinux.yml +++ b/.github/workflows/manylinux.yml @@ -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 @@ -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 }} diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 454da86..83b6439 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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