Merge pull request #5 from 4drian3d/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 2.1.5 to 2.1.6
This commit is contained in:
commit
443dd128d8
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v2.1.5
|
||||
uses: actions/cache@v2.1.6
|
||||
with:
|
||||
path: ~/.m2
|
||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user