We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28eb60b + 24784f2 commit 63db0c2Copy full SHA for 63db0c2
.github/workflows/sonar.yml
@@ -31,7 +31,7 @@ jobs:
31
java-version: 17
32
cache: 'maven'
33
- name: Cache SonarCloud packages
34
- uses: actions/cache@v3
+ uses: actions/cache@v4
35
with:
36
path: ~/.sonar/cache
37
key: ${{ runner.os }}-sonar
0 commit comments