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 5cf24f8 commit e17fe12Copy full SHA for e17fe12
1 file changed
.github/workflows/build.yml
@@ -23,13 +23,13 @@ jobs:
23
server-username: MAVEN_USERNAME
24
server-password: MAVEN_PASSWORD
25
- name: Cache SonarCloud packages
26
- uses: actions/cache@v3
+ uses: actions/cache@v4
27
with:
28
path: ~/.sonar/cache
29
key: ${{ runner.os }}-sonar
30
restore-keys: ${{ runner.os }}-sonar
31
- name: Cache Maven packages
32
33
34
path: ~/.m2
35
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments