Skip to content

Commit 6adc95e

Browse files
committed
setup-poetry: Update default Poetry version to 2.4.1
1 parent 623110a commit 6adc95e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

setup-poetry/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ speed up workflows.
66
This action installs Poetry using the Python version that was selected by the
77
`ni/python-actions/setup-python` action, so you must call `ni/python-actions/setup-python` first.
88

9-
By default, this action installs Poetry 2.1.4.
9+
By default, this action installs Poetry 2.4.1.
1010

1111
## Usage
1212

@@ -30,7 +30,7 @@ steps:
3030
- uses: ni/python-actions/setup-python@v0
3131
- uses: ni/python-actions/setup-poetry@v0
3232
with:
33-
poetry-version: 2.1.4
33+
poetry-version: 2.4.1
3434
- run: poetry install -v
3535
```
3636

setup-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Set up Poetry
22
description: Install Poetry, add it to the PATH, and cache it to speed up workflows.
33
inputs:
44
poetry-version:
5-
default: 2.1.4
5+
default: 2.4.1
66
use-cache:
77
description: >
88
A Boolean specifying whether to use the cache. Set this to false to work

0 commit comments

Comments
 (0)