2 Commits

Author SHA1 Message Date
Jozef Steinhübl
b7a1c7ccf2 release: v2.1.0 (#151)
* release: v2.1.0

* release: v2.1.0
2026-01-04 00:53:29 +01:00
bashonly
ad1208bf19 docs: restore missing no-cache input (#149)
* docs: restore missing `no-cache` input

accidentally removed in ef00e4ac8e

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-04 00:21:55 +01:00
3 changed files with 3 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ If you need to override the download URL, you can use the `bun-download-url` inp
| `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/"` |
| `scope` | Scope for private packages. | `undefined` | `"@foo"`, `"@orgname"` |
| `no-cache` | Disable caching of the downloaded executable. | `false` | `true`, `false` |
## Outputs

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "setup-bun",
"version": "2.0.2",
"version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "setup-bun",
"version": "2.0.2",
"version": "2.1.0",
"description": "Setup Bun on GitHub Actions.",
"keywords": [
"bun",