mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-13 05:00:14 +02:00
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:
committed by
GitHub
parent
0c24450c01
commit
9071a7b1c3
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user