Merge pull request #80 from CESNET/renovate/actions-cache-2.x

chore(deps): update actions/cache action to v2
pull/1580/head
Dominik František Bučík 2021-12-03 07:38:16 +01:00 committed by GitHub
commit 42376942c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-jdk${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}