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 864b913 commit a78d8b5Copy full SHA for a78d8b5
1 file changed
.github/workflows/gradle.yml
@@ -22,7 +22,7 @@ jobs:
22
java-version: '17'
23
distribution: 'temurin'
24
- name: Cache Gradle
25
- uses: actions/cache@v4.2.3
+ uses: actions/cache@v4.2.4
26
with:
27
path: ~/.gradle/caches
28
key: >-
0 commit comments