mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
build: bump version
This commit is contained in:
parent
87ada4abde
commit
429b4f77ff
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ Download, install, and setup [Bun](https://bun.sh) in GitHub Actions.
|
|||
## Usage
|
||||
|
||||
```yaml
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
- uses: oven-sh/setup-bun@v1.1
|
||||
with:
|
||||
bun-version: latest
|
||||
```
|
||||
|
@ -13,7 +13,7 @@ Download, install, and setup [Bun](https://bun.sh) in GitHub Actions.
|
|||
### Setup custom registry-url and scope (for private packages)
|
||||
|
||||
```yaml
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
- uses: oven-sh/setup-bun@v1.1
|
||||
with:
|
||||
registry-url: "https://npm.pkg.github.com/"
|
||||
scope: "@foo-bar"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue