We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49f243 commit de81617Copy full SHA for de81617
1 file changed
.github/workflows/sonar.yaml
@@ -18,13 +18,13 @@ jobs:
18
with:
19
java-version: 11
20
- name: Cache SonarCloud packages
21
- uses: actions/cache@v1
+ uses: actions/cache@v2
22
23
path: ~/.sonar/cache
24
key: ${{ runner.os }}-sonar
25
restore-keys: ${{ runner.os }}-sonar
26
- name: Cache Maven packages
27
28
29
path: ~/.m2
30
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments