Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion 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.3.

### Usage

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.3
use-cache:
description: >
A Boolean specifying whether to use the cache. Set this to false to work
Expand Down
Loading