Skip to content

Commit

Permalink
Merge a19af75 into 22bdcf4
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Jan 22, 2021
2 parents 22bdcf4 + a19af75 commit b2a5f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
key: ${{ runner.os }}-m2-jdk${{ matrix.java }}-${{ hashFiles('**/pom.xml', '**/*.yml') }}
restore-keys: ${{ runner.os }}-m2-
- name: Build with Maven
run: >
Expand Down

0 comments on commit b2a5f9f

Please sign in to comment.