mirror of
https://github.com/actions/setup-python.git
synced 2025-07-02 23:53:47 +00:00
Add TOML dependency
This commit is contained in:
parent
db9987b4c1
commit
0422415e8a
2 changed files with 14 additions and 2 deletions
|
@ -31,7 +31,8 @@
|
|||
"@actions/glob": "^0.2.0",
|
||||
"@actions/io": "^1.0.2",
|
||||
"@actions/tool-cache": "^1.5.5",
|
||||
"semver": "^7.1.3"
|
||||
"semver": "^7.1.3",
|
||||
"toml": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue