diff --git a/action.yml b/action.yml index 0366333..34f6512 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,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.90.4' + default: '1.94.2' args: description: 'Optional additional arguments to `tailscale up`.' required: false diff --git a/dist/index.js b/dist/index.js index 11cd8ec..d0cd7bb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -52628,7 +52628,7 @@ async function getInputs() { } } const config = { - version: core.getInput("version") || "1.90.4", + version: core.getInput("version") || "1.94.2", resolvedVersion: "", arch: "", authKey: authKey, diff --git a/src/main.ts b/src/main.ts index 4dd0cce..d90ab0d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -211,7 +211,7 @@ async function getInputs(): Promise { } const config = { - version: core.getInput("version") || "1.90.4", + version: core.getInput("version") || "1.94.2", resolvedVersion: "", arch: "", authKey: authKey,