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.
2 parents c10c778 + 6fdcf46 commit cef86eaCopy full SHA for cef86ea
1 file changed
.github/workflows/sonar.yml
@@ -39,14 +39,14 @@ jobs:
39
java-version: 17
40
41
- name: Cache SonarCloud packages
42
- uses: actions/cache@v3
+ uses: actions/cache@v4
43
with:
44
path: ~/.sonar/cache
45
key: ${{ runner.os }}-sonar
46
restore-keys: ${{ runner.os }}-sonar
47
48
- name: Cache Maven packages
49
50
51
path: ~/.m2
52
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments