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 17a24db commit abce4a8Copy full SHA for abce4a8
.github/workflows/master.yml
@@ -25,7 +25,7 @@ jobs:
25
distribution: 'temurin'
26
java-version: 11
27
- name: Cache Gradle
28
- uses: actions/cache@v3
+ uses: actions/cache@v4
29
env:
30
31
with:
@@ -52,13 +52,13 @@ jobs:
52
53
54
- name: Cache SonarCloud packages
55
56
57
path: ~/.sonar/cache
58
key: ${{ runner.os }}-sonar
59
restore-keys: ${{ runner.os }}-sonar
60
- name: Cache Gradle packages
61
62
63
path: ~/.gradle/caches
64
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments