From bbb4af3405bcc2f1ec87380ab752d7a656d92bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Mon, 31 Aug 2020 19:46:44 +0200 Subject: [PATCH] feat(CI): actions/cache@v2 (#3416) --- .github/workflows/core_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml index 8111492f7..e46060306 100644 --- a/.github/workflows/core_build.yml +++ b/.github/workflows/core_build.yml @@ -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 }}