Skip to content

Commit 0816ab2

Browse files
authoredAug 23, 2022
fix: Updating default poetry version to 1.15 (#49)
https://github.com/python-poetry/poetry/releases/tag/1.1.15 is released
1 parent c1aba0c commit 0816ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
poetry-version:
99
description: "The version of poetry to install"
1010
required: true
11-
default: "1.1.11"
11+
default: "1.1.15"
1212
runs:
1313
using: "composite"
1414
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.