From abdce67870cb9bf8db5b594d7e2ec5cc210e7bea Mon Sep 17 00:00:00 2001 From: Jaspar Stach Date: Tue, 7 Jan 2025 08:30:20 +0100 Subject: [PATCH] Fix: (Temp) Use poetry 1.8.0 temporary until 2.0.0 is bug-free --- conventional-commits/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/conventional-commits/action.yml b/conventional-commits/action.yml index 142b5996..f4fc9395 100644 --- a/conventional-commits/action.yml +++ b/conventional-commits/action.yml @@ -11,6 +11,7 @@ inputs: default: "3.10" poetry-version: description: "Use a specific poetry version. By default the latest release is used." + default: "1.8.0" cache-poetry-installation: description: "Cache poetry and its dependencies. Default is 'true'. Set to an other string then 'true' to disable the cache." default: "true"