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 cc0d656 commit b12eb29Copy full SHA for b12eb29
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
distribution: zulu
19
java-version: 17
20
21
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
22
with:
23
path: ~/.m2/repository
24
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
25
26
27
0 commit comments