From 0aefd31878aed3937d878b1443d7d72572eb7f2c Mon Sep 17 00:00:00 2001 From: Afonso Jorge Ramos Date: Fri, 21 Feb 2025 18:27:02 +0000 Subject: [PATCH] fix: remove wildcard in version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 586e8d4..004ad3c 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ In most cases, you shouldn't need to use the [setup-node](https://github.com/act | Name | Description | Default | Examples | | ------------------ | ----------------------------------------------------- | ----------- | ------------------------------------------------ | -| `bun-version` | The version of Bun to download and install. | `latest` | `canary`, `1.0.0`, `1.0.x` | +| `bun-version` | The version of Bun to download and install. | `latest` | `canary`, `1.0.0` | | `bun-version-file` | The version of Bun to download and install from file. | `undefined` | `package.json`, `.bun-version`, `.tool-versions` | | `bun-download-url` | URL to download .zip file for Bun release | | | | `registry-url` | Registry URL where some private package is stored. | `undefined` | `"https://npm.pkg.github.com/"` |