From a4791debf0851c31c5e4a4bfcb226e21e02c1309 Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Tue, 23 Nov 2021 14:47:39 +0100 Subject: [PATCH] GitHub Actions: Use actions/cache v1 Update to latest v1 actions/cache, instead of using a fixed version. For example v1.1.1 increased the cache version from 2GB to 5GB! Change-Id: Ib312016f5e0e07771451049cf2d4cd3ce0225837 Reviewed-by: Alessandro Portale --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 6d2ff5c545a..d037726a259 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -372,7 +372,7 @@ jobs: - name: ccache cache files - uses: actions/cache@v1.1.0 + uses: actions/cache@v1 with: path: .ccache key: ${{ matrix.config.name }}-ccache-${{ steps.ccache_cache_timestamp.outputs.ide_major_version }}-${{ steps.ccache_cache_timestamp.outputs.timestamp }}