From aac9ae0b2b44da7fccf3cdde6678d9326d31f922 Mon Sep 17 00:00:00 2001 From: Percy Wegmann Date: Mon, 22 Sep 2025 10:52:47 -0500 Subject: [PATCH] action.yml: bump tailscale version to 1.88.3 Signed-off-by: Percy Wegmann --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 31ae3bd..32adf97 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: version: description: 'Tailscale version to use. Specify `latest` to use the latest stable version, and `unstable` to use the latest development version.' required: true - default: '1.82.0' + default: '1.88.3' sha256sum: description: 'Expected SHA256 checksum of the tarball.' required: false