Merge pull request #160 from CESNET/renovate/actions-cache-3.x

chore(deps): update actions/cache action to v3
pull/1580/head
Dominik František Bučík 2022-03-23 07:09:00 +01:00 committed by GitHub
commit 79522882d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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') }}