We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7994d9 + 16e6dab commit f51a4b9Copy full SHA for f51a4b9
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
java-version: ${{ matrix.java }}
18
distribution: adopt-hotspot
19
- name: Cache Gradle packages
20
- uses: actions/cache@v4.0.2
+ uses: actions/cache@v4.2.2
21
with:
22
path: ~/.gradle/caches
23
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments