Skip to content

Commit 0eb0833

Browse files
authored
Merge pull request #3840 from alibaba/developing
修改版本
2 parents fa59221 + 5f0a889 commit 0eb0833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
server-username: MAVEN_USERNAME
3838
server-password: MAVEN_PASSWORD
3939
- name: Cache local Maven repository
40-
uses: actions/cache@v3
40+
uses: actions/cache@main
4141
with:
4242
path: ~/.m2/repository
4343
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)