mirror of
https://github.com/gradle/actions.git
synced 2026-05-14 21:00:53 +08:00
Revert "Update gradle-actions-caching library to v0.5.0 (#923)"
This reverts commit 6ac57d8041f7f650ec1c9fdc2aae2f7d71b3766c.
This commit is contained in:
parent
c841461734
commit
f8858e0208
@ -18,7 +18,7 @@ export declare interface CacheOptions {
|
|||||||
writeOnly: boolean;
|
writeOnly: boolean;
|
||||||
overwriteExisting: boolean;
|
overwriteExisting: boolean;
|
||||||
strictMatch: boolean;
|
strictMatch: boolean;
|
||||||
cleanup: 'always' | 'on-success' | 'never';
|
cleanup: string;
|
||||||
encryptionKey?: string;
|
encryptionKey?: string;
|
||||||
includes: string[];
|
includes: string[];
|
||||||
excludes: string[];
|
excludes: string[];
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gradle-actions-caching",
|
"name": "gradle-actions-caching",
|
||||||
"version": "0.5.0",
|
"version": "0.3.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"types": "./index.d.ts",
|
"types": "./index.d.ts",
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"toolPackages": [
|
"toolPackages": [
|
||||||
{
|
{
|
||||||
"packageName": "@microsoft/api-extractor",
|
"packageName": "@microsoft/api-extractor",
|
||||||
"packageVersion": "7.57.8"
|
"packageVersion": "7.57.6"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user