Skip to content

Commit 541d02f

Browse files
committed
Fix github actions deprecation warning
1 parent b3bce7b commit 541d02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
uses: eskatos/gradle-command-action@v1
1818
with:
1919
arguments: check
20-
wrapper-cache-enabled: true
20+
distributions-cache-enabled: true
2121
dependencies-cache-enabled: true
2222
configuration-cache-enabled: true

0 commit comments

Comments
 (0)