From 7acf7d2d8a8c4428ac8fd73c538a4092abeb2f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Mon, 24 Jun 2024 15:13:32 +0200 Subject: [PATCH] docs: .bun-version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 22ec0bc..4564633 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. "package.json", ".bumrc", ".tool-versions")' + description: 'The version of Bun to install from file. (e.g. "package.json", ".bun-version", ".tool-versions")' default: ".bun-version" required: false bun-download-url: