We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb25a0 commit e6c8623Copy full SHA for e6c8623
.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/checkout@v2
37
38
- name: Set up cache for ~./m2/repository
39
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3.0.2
40
with:
41
path: ~/.m2/repository
42
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
0 commit comments