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 876cf51 + a3e83f0 commit 069315fCopy full SHA for 069315f
.github/workflows/build.yml
@@ -24,13 +24,13 @@ jobs:
24
- name: Grant execute permission for gradlew
25
run: chmod +x gradlew
26
- name: Cache SonarCloud packages
27
- uses: actions/cache@v4
+ uses: actions/cache@v5
28
with:
29
path: ~/.sonar/cache
30
key: ${{ runner.os }}-sonar
31
restore-keys: ${{ runner.os }}-sonar
32
- name: Cache gradle modules
33
34
35
path: |
36
~/.gradle/caches
0 commit comments