diff --git a/action.yml b/action.yml index de0ea63..4655f2a 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: description: 'The version of Bun to install. (e.g. "latest", "canary", "1.0.0", "1.0.x", )' required: false bun-version-file: - description: 'The version of Bun to install from file. (e.g. ".bumrc")' + description: 'The version of Bun to install from file. (e.g. "package.json", ".bumrc", ".tool-versions")' required: false registry-url: required: false