Revert "Update gradle-actions-caching library to v0.5.0 (#923)"

This reverts commit 6ac57d8041.
This commit is contained in:
Daz DeBoer
2026-04-02 08:45:51 -06:00
parent c841461734
commit f8858e0208
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export declare interface CacheOptions {
writeOnly: boolean;
overwriteExisting: boolean;
strictMatch: boolean;
cleanup: 'always' | 'on-success' | 'never';
cleanup: string;
encryptionKey?: string;
includes: string[];
excludes: string[];