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 24228cd commit 8a4dc1eCopy full SHA for 8a4dc1e
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
java-version: 21
20
distribution: 'temurin'
21
- name: Cache Maven packages
22
- uses: actions/cache@v4
+ uses: actions/cache@v5
23
with:
24
path: ~/.m2
25
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
java-version: '21'
26
27
28
29
30
31
0 commit comments