We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148efb5 commit 97b914aCopy full SHA for 97b914a
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: print Java version
21
run: java -version
22
- name: Cache Gradle packages
23
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.2.0
24
with:
25
path: ~/.gradle/caches
26
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments