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 d958e6c commit 2f8f0f1Copy full SHA for 2f8f0f1
.github/workflows/gradle-build.yml
@@ -22,7 +22,7 @@ jobs:
22
java-version: ${{ inputs.java-version }}
23
distribution: temurin
24
- name: Cache Gradle packages
25
- uses: actions/cache@v3
+ uses: actions/cache@v4
26
with:
27
path: |
28
~/.gradle/caches
0 commit comments