From ecdb6a2aed7b74d1c8ec0c78fbd76a84b9809b28 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Fri, 7 Jan 2022 11:22:39 -0800 Subject: [PATCH] Update to 1.18.2 Signed-off-by: Denton Gentry --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6461a21..03819cd 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ inputs: version: description: 'Tailscale version to use.' required: true - default: '1.18.0' + default: '1.18.2' args: description: 'Optional additional arguments to `tailscale up`' required: false