From fc5dc8bbe4a9b6efc0989fb89566185ad150b98a Mon Sep 17 00:00:00 2001 From: Nikolai Laevskii Date: Wed, 13 Sep 2023 09:41:48 +0200 Subject: [PATCH] Update build --- dist/cache-save/index.js | 2 +- dist/setup/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/cache-save/index.js b/dist/cache-save/index.js index c8b40e5a..1ad415f2 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 e233bb81..d01db049 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);