We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c56cf3 commit db199e9Copy full SHA for db199e9
.github/workflows/maven-publish.yml
@@ -46,7 +46,7 @@ jobs:
46
run: mkdir staging && cp Client/target/Client-${{steps.version.outputs.version_tag}}-all.jar staging
47
48
- name: 5 set up a cache for maven
49
- uses: actions/cache@v2
+ uses: actions/cache@v3
50
with:
51
path: ~/.m2
52
key: ${{runner.os}}-m2-${{hashFiles('**/pom.xml')}}
0 commit comments