Use latest version of ccache action in GitHub CI workflow

It has a number of fixes and it makes sense to standardize on this
version before starting to use it in the other workflows too.
This commit is contained in:
Vadim Zeitlin 2022-03-29 20:09:27 +02:00
parent 1aab9e7ebb
commit 54f3264886

View file

@ -116,7 +116,7 @@ jobs:
submodules: 'recursive'
- name: Install CCache
uses: hendrikmuhs/ccache-action@v1
uses: hendrikmuhs/ccache-action@v1.2.1
with:
key: ${{ matrix.name }}