修改版本

This commit is contained in:
Jiaju Zhuang 2024-06-18 09:41:51 +08:00
parent c068790359
commit 5f0a8897df

View File

@ -37,7 +37,7 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Cache local Maven repository
uses: actions/cache@v3
uses: actions/cache@main
with:
path: ~/.m2/repository
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}