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 64a9312 commit 286861eCopy full SHA for 286861e
.github/workflows/gradle.yml
@@ -21,7 +21,7 @@ jobs:
21
distribution: temurin
22
java-version: 18
23
- name: Cache Gradle packages
24
- uses: actions/cache@v2
+ uses: actions/cache@v4
25
with:
26
path: ~/.gradle/caches
27
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
@@ -44,7 +44,7 @@ jobs:
44
45
java-version: ${{ matrix.jdk }}
46
47
48
49
50
0 commit comments