build: bump version

This commit is contained in:
Jozef Steinhübl 2023-11-14 06:52:39 +01:00 committed by GitHub
parent 87ada4abde
commit 429b4f77ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ Download, install, and setup [Bun](https://bun.sh) in GitHub Actions.
## Usage ## Usage
```yaml ```yaml
- uses: oven-sh/setup-bun@v1 - uses: oven-sh/setup-bun@v1.1
with: with:
bun-version: latest 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) ### Setup custom registry-url and scope (for private packages)
```yaml ```yaml
- uses: oven-sh/setup-bun@v1 - uses: oven-sh/setup-bun@v1.1
with: with:
registry-url: "https://npm.pkg.github.com/" registry-url: "https://npm.pkg.github.com/"
scope: "@foo-bar" scope: "@foo-bar"