Skip to content

v5.2.1 🌈 Support toml spec 1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 15:40
· 4 commits to refs/heads/main since this release
b5f58b2

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

🐛 Bug fixes