github-actions
released this
16 Jan 15:40
·
4 commits
to refs/heads/main
since this release
v5.2.0 introduced TOML parsing using @iarna/toml because we already found out in astral-sh/ruff-action
that toml has missing features.
As it turns out @iarna/toml also is not fully TOML spec (1.0.0) compliant.
We now use smol-toml