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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

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[];

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "gradle-actions-caching",
"version": "0.3.0",
"version": "0.5.0",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",

View File

@ -5,7 +5,7 @@
"toolPackages": [
{
"packageName": "@microsoft/api-extractor",
"packageVersion": "7.57.6"
"packageVersion": "7.57.8"
}
]
}