Skip to content

Commit

Permalink
docs: use v2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom authored Jun 23, 2024
1 parent ef00e4a commit 123c6c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ Download, install, and setup [Bun](https://bun.sh) in GitHub Actions.
## Usage

```yaml
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
```
## Using version file
```yaml
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
bun-version-file: ".bumrc"
```
### Using a custom NPM registry
```yaml
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
with:
registry-url: "https://npm.pkg.github.com/"
scope: "@foo"
Expand Down

0 comments on commit 123c6c4

Please sign in to comment.