4 Commits
v0 ... v1.0.0

Author SHA1 Message Date
Sean Goedecke
c7105a4c1e Merge pull request #11 from actions/sgoedecke/tweaks
Update readme and update/pin dependencies
2025-04-11 07:55:13 +10:00
Sean Goedecke
b75b177af3 update codeowners 2025-04-10 21:37:11 +00:00
Sean Goedecke
a3d57cc6dc Linting 2025-04-10 21:33:06 +00:00
Sean Goedecke
9239ab5d65 version to v1 2025-04-10 21:27:55 +00:00
3 changed files with 5 additions and 4 deletions

View File

@@ -4,4 +4,4 @@
############################################################################
# Default owners, unless a later match takes precedence.
* @actions/actions-oss-maintainers
* @actions/models

View File

@@ -96,9 +96,10 @@ following steps:
to create a new release in GitHub so users can easily reference the new tags
in their workflows.
## License
## License
This project is licensed under the terms of the MIT open source license. Please refer to [MIT](./LICENSE.txt) for the full terms.
This project is licensed under the terms of the MIT open source license. Please
refer to [MIT](./LICENSE.txt) for the full terms.
## Contributions

View File

@@ -1,7 +1,7 @@
{
"name": "typescript-action",
"description": "GitHub Actions TypeScript template",
"version": "0.0.0",
"version": "1.0.0",
"author": "",
"type": "module",
"private": true,