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] <[email protected]>
This commit is contained in:
dependabot[bot]
2021-05-31 05:54:08 +00:00
committed by GitHub
parent f2f884436b
commit a4dc402a9a
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
- name: Coursier cache
uses: coursier/cache-action@v6
- name: Cache sbt
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
path: ~/.sbt
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}