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:
4drian3d 2021-07-07 22:56:52 -05:00 committed by GitHub
commit 443dd128d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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') }}