What's Changed
Breaking changes
- The
files-excluded
input is now treated as a glob pattern (previously as a regular expression). This makes its behaviour consistent with thefiles
input. - The
version
input was replaced byrelease-name
to make it clear that it expects the name of a release of Google Java Format.
Other changes
- Add hints for enterprise users regarding rate-limiting/GITHUB_TOKEN by @RPCMoritz in #29
- Use Node 20 to run the action by @PushpamKumarTR in #34
- Add action typings by @krzema12 in #26
New Contributors
- @krzema12 made their first contribution in #26
- @RPCMoritz made their first contribution in #29
- @kyu08 made their first contribution in #31
- @PushpamKumarTR made their first contribution in #34
Full Changelog: v3.6.0...v4.0.0