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.
2 parents 1f3ce70 + 115390c commit 757ae63Copy full SHA for 757ae63
.github/workflows/build.yml
@@ -26,14 +26,14 @@ jobs:
26
java-version: 17
27
distribution: 'temurin'
28
- name: Cache SonarCloud packages
29
- uses: actions/cache@v1
+ uses: actions/cache@v4
30
if: ${{ env.SONAR_TOKEN != 0 }}
31
with:
32
path: ~/.sonar/cache
33
key: ${{ runner.os }}-sonar
34
restore-keys: ${{ runner.os }}-sonar
35
- name: Cache Maven packages
36
37
38
path: ~/.m2
39
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments