From 408d716839bb0f8a62018c48edcd5a64bc9d3400 Mon Sep 17 00:00:00 2001 From: Lee Briggs Date: Sun, 7 Jul 2024 09:30:32 -0700 Subject: [PATCH] don't set default to latest Signed-off-by: Lee Briggs --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 0ccd460..1bfc41a 100644 --- a/action.yml +++ b/action.yml @@ -21,9 +21,9 @@ inputs: description: 'Comma separated list of Tags to be applied to nodes. The OAuth client must have permission to apply these tags.' required: false version: - description: 'Tailscale version to use.' + description: 'Tailscale version to use. Specify `latest` to use the latest stable version.' required: true - default: 'latest' + default: '1.66.3' sha256sum: description: 'Expected SHA256 checksum of the tarball.' required: false