2 parents 15ff718 + ddc31bc commit f47cb4cCopy full SHA for f47cb4c
1 file changed
.github/workflows/actions.yml
@@ -28,13 +28,13 @@ jobs:
28
with:
29
gradle-version: '9.6.0'
30
- name: Cache SonarCloud packages
31
- uses: actions/cache@v5
+ uses: actions/cache@v6
32
33
path: ~/.sonar/cache
34
key: ${{ runner.os }}-sonar-${{ hashFiles('**/build.gradle') }}
35
restore-keys: ${{ runner.os }}-sonar-
36
- name: Cache Gradle packages
37
38
39
path: |
40
~/.gradle/caches
0 commit comments