Use TOML 1.0.0 compliant library for parsing (#47)

iarna/toml is unmaintained.
Replaced by smol-toml which is maintained and has the same api
This commit is contained in:
Kevin Stillhammer
2025-01-16 17:20:40 +01:00
committed by GitHub
parent 0c24450c01
commit 9071a7b1c3
6 changed files with 1139 additions and 2442 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/tool-cache": "^2.0.1",
"@iarna/toml": "^2.2.5"
"smol-toml": "^1.3.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",