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 c4b43d5 commit ca5b228Copy full SHA for ca5b228
.github/workflows/verify-build.yml
@@ -33,13 +33,13 @@ jobs:
33
with:
34
java-version: ${{ matrix.java }}
35
- name: Cache Gradle
36
- uses: actions/cache@v2
+ uses: actions/cache@v4
37
38
path: |
39
~/.gradle/caches
40
~/.gradle/wrapper
41
- key: ${{ runner.os }}-gradle-v2-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
+ key: ${{ runner.os }}-gradle-v4-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
42
restore-keys: |
43
- ${{ runner.os }}-gradle-v2-
+ ${{ runner.os }}-gradle-v4-
44
- name: Build with Gradle
45
run: ./gradlew build
0 commit comments