Skip to content

Commit db199e9

Browse files
authored
MINOR
1 parent 1c56cf3 commit db199e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: mkdir staging && cp Client/target/Client-${{steps.version.outputs.version_tag}}-all.jar staging
4747

4848
- name: 5 set up a cache for maven
49-
uses: actions/cache@v2
49+
uses: actions/cache@v3
5050
with:
5151
path: ~/.m2
5252
key: ${{runner.os}}-m2-${{hashFiles('**/pom.xml')}}

0 commit comments

Comments
 (0)