From dfaa2430e68e1e65ad77224133595ba2f14f839a Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Fri, 5 Jul 2024 14:56:44 +0900 Subject: [PATCH] restore default version --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index e768580..c300981 100644 --- a/action.yml +++ b/action.yml @@ -7,6 +7,7 @@ branding: inputs: deno-version: description: The Deno version to install. Can be a semver version of a stable release, "canary" for the latest canary, or the Git hash of a specific canary release. + default: "1.x" deno-version-file: description: File containing the Deno version to install such as .dvmrc or .tool-versions. Overridden by deno-version. outputs: