Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.

### Usage

Expand All @@ -139,7 +139,7 @@ steps:
- uses: ni/python-actions/[email protected]
- uses: ni/python-actions/[email protected]
with:
poetry-version: 2.1.3
poetry-version: 2.1.4
- run: poetry install -v
```

Expand Down
2 changes: 1 addition & 1 deletion setup-poetry/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
use-cache:
description: >
A Boolean specifying whether to use the cache. Set this to false to work
Expand Down
Loading