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 3485851 commit 2e429c9Copy full SHA for 2e429c9
.github/workflows/maven.yml
@@ -19,13 +19,13 @@ jobs:
19
with:
20
java-version: 17
21
- name: Cache SonarCloud packages
22
- uses: actions/cache@v2
+ uses: actions/cache@v4
23
24
path: ~/.sonar/cache
25
key: ${{ runner.os }}-sonar
26
restore-keys: ${{ runner.os }}-sonar
27
- name: Cache Maven packages
28
29
30
path: ~/.m2
31
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments