chore(deps): update actions/cache action to v3

pull/1580/head
Renovate Bot 2022-03-21 10:08:28 +00:00
parent 3f4a70969b
commit d53a23d3d0
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

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