Skip to content

Commit 86a1c38

Browse files
Update build
1 parent 7f3de25 commit 86a1c38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/cache-save/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61223,7 +61223,7 @@ exports.getPackageManagerInfo = getPackageManagerInfo;
6122361223
*
6122461224
* @param cacheDependencyPath - either a single string or multiline string with possible glob patterns
6122561225
* expected to be the result of `core.getInput('cache-dependency-path')`
61226-
* @return list of directories and possible
61226+
* @return list of directories
6122761227
*/
6122861228
exports.getProjectDirectoriesFromCacheDependencyPath = lodash_memoize_1.default((cacheDependencyPath) => __awaiter(void 0, void 0, void 0, function* () {
6122961229
const globber = yield glob.create(cacheDependencyPath);

dist/setup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72010,7 +72010,7 @@ exports.getPackageManagerInfo = getPackageManagerInfo;
7201072010
*
7201172011
* @param cacheDependencyPath - either a single string or multiline string with possible glob patterns
7201272012
* expected to be the result of `core.getInput('cache-dependency-path')`
72013-
* @return list of directories and possible
72013+
* @return list of directories
7201472014
*/
7201572015
exports.getProjectDirectoriesFromCacheDependencyPath = lodash_memoize_1.default((cacheDependencyPath) => __awaiter(void 0, void 0, void 0, function* () {
7201672016
const globber = yield glob.create(cacheDependencyPath);

0 commit comments

Comments
 (0)