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

Updates to the latest gradle-actions-caching library.
This commit is contained in:
Bot Githubaction
2026-04-01 15:18:25 +02:00
committed by GitHub
parent b93d9dccdc
commit 6ac57d8041
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: string;
cleanup: 'always' | 'on-success' | 'never';
encryptionKey?: string;
includes: string[];
excludes: string[];