Skip to content

Commit 8d2d4f5

Browse files
committed
Update GHA actions/cache to v4. Previous was deprecated
1 parent 7e9af00 commit 8d2d4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
java-version: 1.8
1515
- name: Cache Gradle packages
16-
uses: actions/cache@v2
16+
uses: actions/cache@v4
1717
with:
1818
path: |
1919
~/.gradle/caches

0 commit comments

Comments
 (0)