mirror of https://github.com/sbt/sbt.git
Merge pull request #6455 from sbt/dependabot/github_actions/actions/cache-v2.1.5
Bump actions/cache from v2.1.3 to v2.1.5
This commit is contained in:
commit
068700b11e
|
|
@ -80,7 +80,7 @@ jobs:
|
|||
- name: Coursier cache
|
||||
uses: coursier/cache-action@v6
|
||||
- name: Cache sbt
|
||||
uses: actions/cache@v2.1.3
|
||||
uses: actions/cache@v2.1.5
|
||||
with:
|
||||
path: ~/.sbt
|
||||
key: ${{ runner.os }}-sbt-cache-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue