Skip to content

Commit ca5b228

Browse files
committed
Update from actions/cache@v2 to actions/cache@v4
1 parent c4b43d5 commit ca5b228

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
with:
3434
java-version: ${{ matrix.java }}
3535
- name: Cache Gradle
36-
uses: actions/cache@v2
36+
uses: actions/cache@v4
3737
with:
3838
path: |
3939
~/.gradle/caches
4040
~/.gradle/wrapper
41-
key: ${{ runner.os }}-gradle-v2-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
41+
key: ${{ runner.os }}-gradle-v4-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
4242
restore-keys: |
43-
${{ runner.os }}-gradle-v2-
43+
${{ runner.os }}-gradle-v4-
4444
- name: Build with Gradle
4545
run: ./gradlew build

0 commit comments

Comments
 (0)