From 0014031963572b703abc9487ac1955ba52d7aeec Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Wed, 14 Apr 2021 19:51:28 +0100 Subject: [PATCH] Update to the latest version of Poetry https://github.com/python-poetry/poetry/releases/tag/1.1.6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6ba3bc91..ff4933f8 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: version: description: "The Poetry version to install" required: true - default: "1.1.5" + default: "1.1.6" virtualenvs-create: description: "Whether Poetry should create a virtualenv or not" required: false