diff --git a/packages/cache/RELEASES.md b/packages/cache/RELEASES.md index 9974ac8a..2d40a14f 100644 --- a/packages/cache/RELEASES.md +++ b/packages/cache/RELEASES.md @@ -52,4 +52,4 @@ - Update `lockfileVersion` to `v2` in `package-lock.json [#1022](https://github.com/actions/toolkit/pull/1022) ### 1.0.11 -- Added support to check if Artifact cache service feature is available or not [#1028](https://github.com/actions/toolkit/pull/1028) +- Added support to check if Actions cache service feature is available or not [#1028](https://github.com/actions/toolkit/pull/1028) diff --git a/packages/cache/src/cache.ts b/packages/cache/src/cache.ts index 749fc9fd..5361db4b 100644 --- a/packages/cache/src/cache.ts +++ b/packages/cache/src/cache.ts @@ -44,9 +44,9 @@ function checkKey(key: string): void { } /** - * isFeatureAvailable to check the presence of Artifact cache service + * isFeatureAvailable to check the presence of Actions cache service * - * @returns boolean return true if Artifact cache service is available, otherwise false + * @returns boolean return true if Actions cache service feature is available, otherwise false */ export function isFeatureAvailable(): boolean {