[Test] Try to new cache action version to see if problem is solved

This commit is contained in:
tangxifan 2020-11-24 16:50:29 -07:00
parent cba07b6020
commit c7d288c043
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ jobs:
run: cmake -E make_directory ${{runner.workspace}}/build
- name: ccache cache files
uses: actions/cache@v1.1.0
uses: actions/cache@v2
with:
path: .ccache
key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}