From 0050c17114e7901e2183e4bb4cf113ce779a4c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rade=20Martinovi=C4=87?= Date: Mon, 22 Aug 2022 16:08:26 +0200 Subject: [PATCH] Updating default poetry version to 1.15 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: