This commit is contained in:
aoshiguchen
2025-05-24 20:33:11 +08:00
parent e97aacee8f
commit f9ab82cd80
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
distribution: 'graalvm' # New 'distribution' option
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}