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 611cb33 commit 7955d37Copy full SHA for 7955d37
.github/workflows/build_cron.yml
@@ -20,7 +20,7 @@ jobs:
20
java-version: 8
21
22
- name: Cache maven artifacts
23
- uses: actions/cache@v2
+ uses: actions/cache@v3
24
with:
25
path: ~/.m2/repository
26
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
0 commit comments