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 95211d8 + f230652 commit ab85fc8Copy full SHA for ab85fc8
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
distribution: temurin
16
java-version: 17
17
- name: Cache Gradle packages
18
- uses: actions/cache@v3
+ uses: actions/cache@v4
19
with:
20
path: ~/.gradle/caches
21
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
0 commit comments