Bump actions/cache from v2 to v2.1.4

Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-08 08:16:42 +00:00 committed by lightningterror
parent 7c072094ae
commit 5804af6b6c
2 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@ jobs:
- name: Cache Submodules
id: cache-submodules
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
key: submodules-${{ hashFiles('./.gitmodules') }}
path: |
@ -97,7 +97,7 @@ jobs:
message("::set-output name=timestamp::${current_date}")
- name: ccache cache files
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: .ccache
key: ${{ matrix.os }}-${{ matrix.platform }}-${{ matrix.compiler }}${{ matrix.detail }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}

View File

@ -53,7 +53,7 @@ jobs:
- name: Cache Submodules
id: cache-submodules
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
key: submodules-${{ hashFiles('./.gitmodules') }}
path: |