diff --git a/dist/cache-save/index.js b/dist/cache-save/index.js index 235b3a4c1..2be24ee9c 100644 --- a/dist/cache-save/index.js +++ b/dist/cache-save/index.js @@ -61223,7 +61223,7 @@ exports.getPackageManagerInfo = getPackageManagerInfo; * * @param cacheDependencyPath - either a single string or multiline string with possible glob patterns * expected to be the result of `core.getInput('cache-dependency-path')` - * @return list of directories and possible + * @return list of directories */ exports.getProjectDirectoriesFromCacheDependencyPath = lodash_memoize_1.default((cacheDependencyPath) => __awaiter(void 0, void 0, void 0, function* () { const globber = yield glob.create(cacheDependencyPath); diff --git a/dist/setup/index.js b/dist/setup/index.js index f15aa255e..a1cd449b0 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -72010,7 +72010,7 @@ exports.getPackageManagerInfo = getPackageManagerInfo; * * @param cacheDependencyPath - either a single string or multiline string with possible glob patterns * expected to be the result of `core.getInput('cache-dependency-path')` - * @return list of directories and possible + * @return list of directories */ exports.getProjectDirectoriesFromCacheDependencyPath = lodash_memoize_1.default((cacheDependencyPath) => __awaiter(void 0, void 0, void 0, function* () { const globber = yield glob.create(cacheDependencyPath);