We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcb982f + e4c7425 commit e2f75ecCopy full SHA for e2f75ec
1 file changed
.github/workflows/sonarcloud.yml
@@ -36,13 +36,13 @@ jobs:
36
distribution: 'temurin'
37
cache: gradle
38
- name: Cache SonarCloud packages
39
- uses: actions/cache@v4
+ uses: actions/cache@v5
40
with:
41
path: ~/.sonar/cache
42
key: ${{ runner.os }}-sonar
43
restore-keys: ${{ runner.os }}-sonar
44
- name: Cache Gradle packages
45
46
47
path: ~/.gradle/caches
48
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments