chore(deps): update actions/cache action to v3
parent
3f4a70969b
commit
d53a23d3d0
|
@ -14,7 +14,7 @@ jobs:
|
|||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: ${{ matrix.java }}
|
||||
- uses: actions/cache@v2
|
||||
- uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-jdk${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
|
||||
|
|
Loading…
Reference in New Issue