feat: make .bun-version as default in bun-version-file

This commit is contained in:
Jozef Steinhübl 2024-06-08 22:10:48 +02:00
parent 275f7ae85d
commit 0900cf07cf
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -10,6 +10,7 @@ inputs:
required: false required: false
bun-version-file: 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", ".bumrc", ".tool-versions")'
default: ".bun-version"
required: false required: false
bun-download-url: bun-download-url:
description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support." description: "Override the URL to download Bun from. This skips version resolution and verifying AVX2 support."