mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-07-16 20:10:33 +07:00
node_modules: upgrade
This commit is contained in:
2
node_modules/@actions/glob/lib/glob.js
generated
vendored
2
node_modules/@actions/glob/lib/glob.js
generated
vendored
@ -39,7 +39,7 @@ function hashFiles(patterns, currentWorkspace = '', options, verbose = false) {
|
||||
followSymbolicLinks = options.followSymbolicLinks;
|
||||
}
|
||||
const globber = yield create(patterns, { followSymbolicLinks });
|
||||
return internal_hash_files_1.hashFiles(globber, currentWorkspace, verbose);
|
||||
return (0, internal_hash_files_1.hashFiles)(globber, currentWorkspace, verbose);
|
||||
});
|
||||
}
|
||||
exports.hashFiles = hashFiles;
|
||||
|
Reference in New Issue
Block a user