Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ async function getInputs(): Promise<TailscaleConfig> {
}

const config = {
version: core.getInput("version") || "1.90.4",
version: core.getInput("version") || "1.94.2",
resolvedVersion: "",
arch: "",
authKey: authKey,
Expand Down
Loading