All notable changes to this project will be documented in this file.
4.0.1 (2025-11-15)
4.0.0 (2025-03-16)
- support asdf >= v0.16.0 (#590)
- correct some grammar (#574) (6278efe)
- list all options for each Action (#588) (9cd779f)
- update GH Action versions in docs (#573) (212a976)
- use full SHA refs as short are not supported (#575) (0460184)
3.0.2 (2023-10-12)
- update lockfile (c01a934)
3.0.1 (2023-10-12)
- set same pnpm & node versions in pkg.json as in tool-versions (e4a312a)
3.0.0 (2023-09-17)
- bump action to node20 (#563)
- bump action to node20 (#563) (a2d44a7)
- bump dependencies & to
typescript@5. Usepnpm(#557) (8d23981)
2.2.0 (2023-04-02)
2.1.0 (2023-03-15)
2.0.1 (2023-03-15)
- bump
@actions/*SDKs & rebuild plugins (#535) (f2e8edb) - bump esbuild & rebuild plugins (#532) (1c86dd7)
2.0.0 (2023-03-09)
1.1.0 - 2020-12-22
- Add the
github_tokeninput and set by default a token with only the necessary and sufficient privileges available only to the running job. In other words, users do not need to set this themselves except in exceptional cases. It's automatically exported in the runners asGITHUB_API_TOKEN.
1.0.1 - 2020-10-10
- Port entire action to TypeScript from a runner plugin so it's easier to collaborate and accept contributions
1.0.0 - 2020-05-16
- Initial version