diff --git a/dist/cache-save/index.js b/dist/cache-save/index.js index c8b40e5af..1ad415f2d 100644 --- a/dist/cache-save/index.js +++ b/dist/cache-save/index.js @@ -61218,7 +61218,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 e233bb81c..d01db0494 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);