From 6eefc6ada4b571ad6f92699b84c7c651b546b288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Wed, 8 May 2024 10:57:36 +0200 Subject: [PATCH] docs: add package.json and .tool-versions to bun-version-file examples --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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