There was an error while loading. Please reload this page.
1 parent 2a99161 commit b535109Copy full SHA for b535109
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@v4.2.3
+ uses: actions/cache@v4.2.4
33
with:
34
path: ~/.m2/repository
35
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments