Merge branch 'dependabot/github_actions/actions/cache-2.1.7'
Merge dependabot PR: Bump actions/cache from 2.1.6 to 2.1.7 #22
This commit is contained in:
commit
d83feb614b
|
@ -41,7 +41,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up cache for ~./m2/repository
|
||||
uses: actions/cache@v2.1.6
|
||||
uses: actions/cache@v2.1.7
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
|
||||
|
|
Loading…
Reference in New Issue