mirror of
				https://gitea.com/actions/setup-python.git
				synced 2025-10-29 07:47:14 +00:00 
			
		
		
		
	Fix poetry version (#445)
This commit is contained in:
		| @@ -136,3 +136,8 @@ export async function getLinuxOSReleaseInfo() { | ||||
|  | ||||
|   return `${osVersion}-${osRelease}`; | ||||
| } | ||||
|  | ||||
| export function logWarning(message: string): void { | ||||
|   const warningPrefix = '[warning]'; | ||||
|   core.info(`${warningPrefix}${message}`); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dmitry Shibanov
					Dmitry Shibanov