From 0816ab2aa6474edc70c5f39eef65dea80c70d153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rade=20Martinovi=C4=87?= Date: Tue, 23 Aug 2022 06:35:36 +0200 Subject: [PATCH] fix: Updating default poetry version to 1.15 (#49) https://github.com/python-poetry/poetry/releases/tag/1.1.15 is released --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 94913bc..fd66613 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.11" + default: "1.1.15" runs: using: "composite" steps: