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 fb97aa8 commit 7373e40Copy full SHA for 7373e40
.github/workflows/gradle.yml
@@ -23,7 +23,7 @@ jobs:
23
distribution: adopt
24
java-version: '${{ matrix.java }}'
25
- name: Cache Gradle
26
- uses: actions/cache@v3.3.3
+ uses: actions/cache@v4.0.2
27
with:
28
path: ~/.gradle/caches
29
key: >-
0 commit comments