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