feat(CI): actions/cache@v2 (#3416)

This commit is contained in:
Francesco Borzì
2020-08-31 19:46:44 +02:00
committed by GitHub
parent 0ff3f84f99
commit bbb4af3405

View File

@@ -30,7 +30,7 @@ jobs:
run: ./apps/ci/ci-install-modules.sh
if: matrix.modules == 'with'
- name: Cache
uses: actions/cache@v1.1.2
uses: actions/cache@v2
with:
path: /home/runner/.ccache
key: ccache:${{ matrix.os }}:${{ matrix.compiler }}:${{ matrix.modules }}-modules:${{ github.ref }}:${{ github.sha }}