We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75429dd + 433335c commit 89c90f6Copy full SHA for 89c90f6
1 file changed
.github/workflows/sonarcloud.yml
@@ -27,7 +27,7 @@ jobs:
27
distribution: 'temurin'
28
cache: gradle
29
- name: Cache SonarCloud packages
30
- uses: actions/cache@v4
+ uses: actions/cache@v5
31
with:
32
path: ~/.sonar/cache
33
key: ${{ runner.os }}-sonar
0 commit comments