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