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.
1 parent 3496e9b commit 24784f2Copy full SHA for 24784f2
.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