From 578429dd5e406a1708f4c95656e7763af9b9ecd1 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sun, 20 Nov 2022 15:11:55 +0000 Subject: [PATCH] feat: update default Poetry version to 1.2.2 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fd66613..4d95612 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: poetry-version: description: "The version of poetry to install" required: true - default: "1.1.15" + default: "1.2.2" runs: using: "composite" steps: