update actions maven pkg cache version

This commit is contained in:
Jonathan Shook
2021-04-21 11:49:51 -05:00
parent cf9e929b1e
commit ec4218bb25

View File

@@ -60,7 +60,7 @@ jobs:
df -h
- name: Cache Maven packages
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}