From df0206ad59093f425e8432551de8e9b28e106d43 Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Sat, 5 Oct 2019 18:43:04 +0200 Subject: [PATCH] Fix link to renamed template in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ec0cee..79daf26 100644 --- a/README.md +++ b/README.md @@ -149,4 +149,4 @@ This action will likely be updated quite frequently in the near future. I'm shar Unfortunately, because non-container actions must use JavaScript/TypeScript as scripting language, `npm` is involved. The published action only uses the toolkit-dependencies maintained by GitHub but, as usual with `npm`, these load over 50 transitive dependencies. If this causes issues with your security policies, you might want to fork the action, so that you can audit and lock exact versions of all direct and transitive dependencies. ## Licence info -Parts of this software have been derived from the `setup-go` [action](https://github.com/actions/setup-go) and the [JavaScript Action Template](https://github.com/actions/javascript-template), both released by GitHub under the MIT licence. +Parts of this software have been derived from the `setup-go` [action](https://github.com/actions/setup-go) and the [TypeScript Action Template](https://github.com/actions/typescript-action), both released by GitHub under the MIT licence.