We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b1ca23 + d4ed3da commit b3a5932Copy full SHA for b3a5932
.github/workflows/ci-build.yml
@@ -59,15 +59,15 @@ jobs:
59
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
60
61
- name: Cache SonarCloud packages
62
- uses: actions/cache@v3
+ uses: actions/cache@v4
63
with:
64
path: ~\sonar\cache
65
key: ${{ runner.os }}-sonar
66
restore-keys: ${{ runner.os }}-sonar
67
68
- name: Cache SonarCloud scanner
69
id: cache-sonar-scanner
70
71
72
path: .\.sonar\scanner
73
key: ${{ runner.os }}-sonar-scanner
0 commit comments