From 16ec9456cbff73d86d59c394acccaeba1b83449c Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Fri, 15 Aug 2025 17:32:20 -0500 Subject: [PATCH 1/2] setup-poetry: Change default Poetry version to 2.1.3 --- README.md | 2 +- setup-poetry/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3fa3501..4e66b21 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ workflows. This action installs Poetry using the Python version that was selected by the `setup-python` action, so you must call `setup-python` first. -By default, this action installs Poetry 1.8.2. +By default, this action installs Poetry 2.1.3. ### Usage diff --git a/setup-poetry/action.yml b/setup-poetry/action.yml index 5664398..b404bc5 100644 --- a/setup-poetry/action.yml +++ b/setup-poetry/action.yml @@ -2,7 +2,7 @@ name: Set up Poetry description: Install Poetry, add it to the PATH, and cache it to speed up workflows. inputs: poetry-version: - default: 1.8.2 + default: 2.1.3 use-cache: description: > A Boolean specifying whether to use the cache. Set this to false to work From 9e02a60d46a59739966c8cb3203c5ad009015de2 Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Fri, 22 Aug 2025 11:24:10 -0500 Subject: [PATCH 2/2] setup-poetry: Change default version to 2.1.4 --- README.md | 4 ++-- setup-poetry/action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e66b21..1cb66e4 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ workflows. This action installs Poetry using the Python version that was selected by the `setup-python` action, so you must call `setup-python` first. -By default, this action installs Poetry 2.1.3. +By default, this action installs Poetry 2.1.4. ### Usage @@ -139,7 +139,7 @@ steps: - uses: ni/python-actions/setup-python@v0.2 - uses: ni/python-actions/setup-poetry@v0.2 with: - poetry-version: 2.1.3 + poetry-version: 2.1.4 - run: poetry install -v ``` diff --git a/setup-poetry/action.yml b/setup-poetry/action.yml index b404bc5..5d78b22 100644 --- a/setup-poetry/action.yml +++ b/setup-poetry/action.yml @@ -2,7 +2,7 @@ name: Set up Poetry description: Install Poetry, add it to the PATH, and cache it to speed up workflows. inputs: poetry-version: - default: 2.1.3 + default: 2.1.4 use-cache: description: > A Boolean specifying whether to use the cache. Set this to false to work