SVGO action
Version updated for ericcornelissen/svgo-action to version v4.0.0.
- This publisher is shown as erified by GitHub.
- This action is used across all versions by 78 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Breaking changes
- Bump the default SVGO version from v2 to v3. (#838)
- Drop support for SVGO v1 with
svgo-version: project
. (#841) - Drop support for YAML-based configuration files. (#841)
- Replace
minimatch
by@actions/glob
. (#850) - Update Node.js runtime to v20. (#837)