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 3c9e346 commit a703755Copy full SHA for a703755
.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.1
+ uses: actions/cache@v4.0.2
24
with:
25
path: ~/.gradle/caches
26
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments