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 44829c4 commit ecbb80dCopy full SHA for ecbb80d
.github/workflows/maven.yml
@@ -72,7 +72,7 @@ jobs:
72
java-version: 21
73
cache: 'maven'
74
- name: Cache SonarCloud packages
75
- uses: actions/cache@v3
+ uses: actions/cache@v4
76
with:
77
path: ~/.sonar/cache
78
key: ${{ runner.os }}-sonar
0 commit comments