Bump actions/cache from v2.1.4 to v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e213)

Signed-off-by: dependabot[bot] <support@github.com>
1 parent 781b116 commit d605455678ac28052783f089bf025197f1da5c05
@dependabot[bot] dependabot[bot] authored on 19 Apr 2021
kenji yoshida committed on 20 Apr 2021
Showing 1 changed file
View
2
■■■
.github/workflows/build.yml
java: [8, 11]
steps:
- uses: actions/checkout@v2
- name: Cache
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
env:
cache-name: cache-sbt-libs
with:
path: |