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 f0aba9d commit 06ceee9Copy full SHA for 06ceee9
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
java-version: '11'
16
distribution: 'temurin'
17
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
18
19
path: ~/.m2
20
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
server-id: sonatype-nexus-snapshots
21
server-username: MAVEN_USERNAME
22
server-password: MAVEN_PASSWORD
23
24
25
26
0 commit comments