Skip to content

Commit f0d3f1e

Browse files
committed
Update default poetry version in example text and action
1 parent dc93b46 commit f0d3f1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/python-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
poetry-version:
1212
description: 'Poetry version to use'
1313
required: true
14-
default: "1.2.2"
14+
default: "2.0.1"
1515

1616
runs:
1717

doc/github_actions/python_environment.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Parameters
1818
* - poetry-version
1919
- Poetry version to use
2020
- True
21-
- 1.2.2
21+
- 2.0.1
2222

2323
Example Usage
2424
-------------
@@ -40,9 +40,9 @@ Example Usage
4040
uses: actions/checkout@v4
4141
4242
- name: Setup Python & Poetry Environment
43-
uses: exasol/python-toolbox/.github/actions/python-environment@0.9.0
43+
uses: exasol/python-toolbox/.github/actions/python-environment@0.21.0
4444
with:
4545
python-version: 3.12
46-
poetry-version: 1.2.2
46+
poetry-version: 2.0.1
4747
4848
...

0 commit comments

Comments
 (0)