mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 17:18:21 +02:00
Fix for parsing version number from TOML 1.0.0 pyproject.toml file
This commit is contained in:
parent
7031d953ca
commit
ad4217780d
4 changed files with 81 additions and 64 deletions
|
@ -32,7 +32,7 @@
|
|||
"@actions/http-client": "^2.2.1",
|
||||
"@actions/io": "^1.0.2",
|
||||
"@actions/tool-cache": "^2.0.1",
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"@iarna/toml": "^3.0.0",
|
||||
"semver": "^7.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue