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 6d4985d commit 5905137Copy full SHA for 5905137
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
distribution: 'zulu'
27
java-version: ${{ matrix.java }}
28
- name: Cache Gradle Home files
29
- uses: actions/cache@v4.0.0
+ uses: actions/cache@v4.0.1
30
continue-on-error: true
31
with:
32
path: ~/.gradle/caches
0 commit comments