There was an error while loading. Please reload this page.
1 parent 687046e commit 243f2a5Copy full SHA for 243f2a5
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
java-version: 21
30
distribution: temurin
31
- name: Cache local Maven repository
32
- uses: actions/cache@v5.0.5
+ uses: actions/cache@v5.1.0
33
with:
34
path: ~/.m2/repository
35
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments