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 bd287d4 commit 706b8eaCopy full SHA for 706b8ea
.github/workflows/build.yml
@@ -19,13 +19,13 @@ jobs:
19
distribution: 'temurin'
20
java-version: 17
21
- name: Cache SonarCloud packages
22
- uses: actions/cache@v1
+ uses: actions/cache@v3
23
with:
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