Skip to content

Commit a52fd19

Browse files
authored
setup-poetry: Change default Poetry version to 2.1.4 (#18)
* setup-poetry: Change default version to 2.1.4
1 parent 50a4171 commit a52fd19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ workflows.
119119
This action installs Poetry using the Python version that was selected by the `setup-python`
120120
action, so you must call `setup-python` first.
121121

122-
By default, this action installs Poetry 1.8.2.
122+
By default, this action installs Poetry 2.1.4.
123123

124124
### Usage
125125

@@ -139,7 +139,7 @@ steps:
139139
- uses: ni/python-actions/[email protected]
140140
- uses: ni/python-actions/[email protected]
141141
with:
142-
poetry-version: 2.1.3
142+
poetry-version: 2.1.4
143143
- run: poetry install -v
144144
```
145145

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: 1.8.2
5+
default: 2.1.4
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)