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 ccfab33 commit 459fed1Copy full SHA for 459fed1
1 file changed
.github/workflows/build.yml
@@ -18,13 +18,13 @@ jobs:
18
with:
19
java-version: 11
20
- name: Cache SonarCloud packages
21
- uses: actions/cache@v1
+ uses: actions/cache@v4
22
23
path: ~/.sonar/cache
24
key: ${{ runner.os }}-sonar
25
restore-keys: ${{ runner.os }}-sonar
26
- name: Cache Gradle packages
27
28
29
path: ~/.gradle/caches
30
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments