Update build

This commit is contained in:
Nikolai Laevskii 2023-09-13 09:41:48 +02:00
parent 8819aae165
commit fc5dc8bbe4
2 changed files with 2 additions and 2 deletions

View File

@ -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);

2
dist/setup/index.js vendored
View File

@ -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);