remove info log

This commit is contained in:
Florian Hübner 2023-02-12 17:01:18 +01:00
parent a641f6c17f
commit b42048d434
2 changed files with 0 additions and 2 deletions

1
dist/setup/index.js vendored
View file

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

View file

@ -20,7 +20,6 @@ export const restoreCache = async (
let dependencyFilePath: string;
try {
core.info('Trying to resolve lockfile path.');
dependencyFilePath = cacheDependencyPath
? cacheDependencyPath
: findDependencyFile(packageManagerInfo);