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 4732b7a + 33216ad commit 4b1deeaCopy full SHA for 4b1deea
.github/workflows/sonar.yml
@@ -37,14 +37,14 @@ jobs:
37
java-version: 17
38
39
- name: Cache SonarCloud packages
40
- uses: actions/cache@v3
+ uses: actions/cache@v4
41
with:
42
path: ~/.sonar/cache
43
key: ${{ runner.os }}-sonar
44
restore-keys: ${{ runner.os }}-sonar
45
46
- name: Cache Gradle packages
47
48
49
path: ~/.gradle/caches
50
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments