Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolai-laevskii committed Sep 25, 2023
1 parent 8819aae commit fc5dc8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/cache-save/index.js
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion dist/setup/index.js
Expand Up @@ -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);
Expand Down

0 comments on commit fc5dc8b

Please sign in to comment.