From 0900cf07cf6fc63f213268eff79676b7dd5aab79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Sat, 8 Jun 2024 22:10:48 +0200 Subject: [PATCH] feat: make .bun-version as default in bun-version-file --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 16d6c6f..22ec0bc 100644 --- a/action.yml +++ b/action.yml @@ -10,6 +10,7 @@ inputs: required: false bun-version-file: description: 'The version of Bun to install from file. (e.g. "package.json", ".bumrc", ".tool-versions")' + default: ".bun-version" required: false bun-download-url: description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support."