mirror of
https://codeberg.org/actions/setup-go.git
synced 2024-01-07 17:16:05 +00:00
remove info log
This commit is contained in:
parent
a641f6c17f
commit
b42048d434
1
dist/setup/index.js
vendored
1
dist/setup/index.js
vendored
|
@ -63038,7 +63038,6 @@ const restoreCache = (versionSpec, packageManager, cacheDependencyPath) => __awa
|
|||
const cachePaths = yield cache_utils_1.getCacheDirectoryPath(packageManagerInfo);
|
||||
let dependencyFilePath;
|
||||
try {
|
||||
core.info('Trying to resolve lockfile path.');
|
||||
dependencyFilePath = cacheDependencyPath
|
||||
? cacheDependencyPath
|
||||
: findDependencyFile(packageManagerInfo);
|
||||
|
|
|
@ -20,7 +20,6 @@ export const restoreCache = async (
|
|||
|
||||
let dependencyFilePath: string;
|
||||
try {
|
||||
core.info('Trying to resolve lockfile path.');
|
||||
dependencyFilePath = cacheDependencyPath
|
||||
? cacheDependencyPath
|
||||
: findDependencyFile(packageManagerInfo);
|
||||
|
|
Loading…
Reference in a new issue