From 6ecfb8d7e8bdbfdd874e56d42ecd633cbbb85a1c Mon Sep 17 00:00:00 2001 From: Patrick O'Doherty Date: Wed, 15 May 2024 09:11:42 -0700 Subject: [PATCH] Correct default_version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f7ca295..f3645f7 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: version: description: 'Tailscale version to use.' required: true - default: '1.66.1' + default: '1.64.2' sha256sum: description: 'Expected SHA256 checksum of the tarball.' required: false