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-11 21:21:59 +00:00 committed by sidey79
parent e1b9fd9b51
commit abc3d08acb

View File

@ -44,7 +44,7 @@ jobs:
- name: Cache runners svn-2-git-fhem mirror directory
# Some room for improvement because we create a new cache on every run where a new ref is fetched, this isn't very nice, normaly weneed only the last one and it takes 7 days until they are deleted
id: cache-fhem
uses: actions/cache@v2
uses: actions/cache@v2.1.4
with:
path: ./src/fhem-mirror
key: ${{ runner.os }}-fhemsvnmirror-${{ steps.get-date.outputs.seconds }}