We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1ebfed + 2547eed commit dbb7129Copy full SHA for dbb7129
1 file changed
.github/workflows/sonarcloud.yml
@@ -48,7 +48,7 @@ jobs:
48
with:
49
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
50
- name: Cache SonarCloud packages
51
- uses: actions/cache@v4
+ uses: actions/cache@v5
52
53
path: ~/.sonar/cache
54
key: ${{ runner.os }}-sonar
0 commit comments