Update gradle-actions-caching library to v0.6.0 (#982)

Updates to the latest gradle-actions-caching library.
This commit is contained in:
Bot Githubaction
2026-06-10 08:51:32 -06:00
committed by GitHub
parent e473973a5b
commit 7ae0d0208c
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export declare interface CacheOptions {
writeOnly: boolean;
overwriteExisting: boolean;
strictMatch: boolean;
cleanup: string;
cleanup: 'always' | 'on-success' | 'never';
encryptionKey?: string;
includes: string[];
excludes: string[];