Bump actions/cache from 2.1.5 to 2.1.6

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>
This commit is contained in:
dependabot[bot] 2021-05-28 05:51:37 +00:00 committed by FireMasterK
parent ec9548d17b
commit 8c23ec6aba

View file

@ -20,7 +20,7 @@ jobs:
check-latest: true
- name: Cache Gradle dependencies
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}