Bump actions/cache from 2.1.5 to 2.1.6 (#15)

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-30 17:57:06 +02:00 committed by GitHub
parent 9418f37efd
commit 98825f5337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ jobs:
- name: Cache runners svn-2-git-fhem mirror directory - 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 # 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 id: cache-fhem
uses: actions/cache@v2.1.5 uses: actions/cache@v2.1.6
with: with:
path: ./src/fhem-mirror path: ./src/fhem-mirror
key: ${{ runner.os }}-fhemsvnmirror-${{ steps.get-date.outputs.seconds }} key: ${{ runner.os }}-fhemsvnmirror-${{ steps.get-date.outputs.seconds }}