Skip to content

Commit f13b6e9

Browse files
committed
Update default poetry version in example text and action
1 parent d20f2ab commit f13b6e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.2"
1515

1616
runs:
1717

doc/github_actions/python_environment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.1.1
4747
4848
...

0 commit comments

Comments
 (0)