From 86a1c389e2f79a79425d89916d9e7f51f64cfb75 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 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);