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 4b0dc3c commit f230652Copy full SHA for f230652
.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