From 9b5ec43f95977ed8f4673da338eb2b36f18a4b8a Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 31 Aug 2022 19:24:09 +0100 Subject: [PATCH] Update default poetry version to 1.2.0 Mostly as this will make my life easier for adding in Rust, where in poetry 1.1.* you need to manually upgrade `setuptools` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4ed92b1..6c5b852 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: poetry-version: description: Poetry version to install via pip. required: false - default: "1.1.12" + default: "1.2.0" extras: description: > If present, a space separated list of extras to pass to