diff --git a/packages/glob/src/internal-hash-files.ts b/packages/glob/src/internal-hash-files.ts index be9e3ba1..8ca8ba68 100644 --- a/packages/glob/src/internal-hash-files.ts +++ b/packages/glob/src/internal-hash-files.ts @@ -36,7 +36,7 @@ export async function hashFiles(globber: Globber): Promise { core.debug(`Found ${count} files to hash.`) return result.digest('hex') } else { - core.warning(`No matches found for glob`) + core.debug(`No matches found for glob`) return '' } }