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 b29da93 commit a300292Copy full SHA for a300292
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
java-version: '21'
21
22
- name: Cache local Maven repository
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
with:
25
path: ~/.m2/repository
26
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
path: $HOME/.m2/repository
57
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
82
83
0 commit comments