From 6d8460e4e6ca439cb1145de2bd00ea1cfbb12e20 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Thu, 21 Aug 2025 11:31:37 +0200 Subject: [PATCH] Don't warn on no version found in pyproject.toml (#209) --- dist/ruff-action/index.js | Bin 1531016 -> 1531013 bytes src/ruff-action.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/ruff-action/index.js b/dist/ruff-action/index.js index 0d48da3e8f9b00caaa2a1ee0012fee59f61519ff..ca3371e1f8bb2ab086c9fb394867670c47990a48 100644 GIT binary patch delta 75 zcmeC!8QZ!uwxNZwg{g(Pg{6hHg{_6Xg` { const versionFromPyproject = getRuffVersionFromRequirementsFile(pyProjectPath); if (versionFromPyproject === undefined) { - core.warning( + core.info( `Could not parse version from ${pyProjectPath}. Using latest version.`, ); }