diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index d81e786..6c50f25 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -264,7 +264,7 @@ jobs: - name: Untar XML run: tar --strip-components=1 -xf book.tar - name: Cache Fonts - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: fonts/ key: ${{ hashFiles('noto-cjk-commit', 'source-han-mono-commit') }} @@ -318,7 +318,7 @@ jobs: - name: Untar XML run: tar --strip-components=1 -xf book.tar - name: Cache Fonts - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: fonts/ key: ${{ hashFiles('noto-cjk-commit', 'source-han-mono-commit') }}