mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-17 20:18:24 +02:00
chore: bump version
This commit is contained in:
parent
baf23f03bc
commit
08cc23c06e
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
|
|||
### Latest stable
|
||||
|
||||
```yaml
|
||||
- uses: xhyrom/setup-bun@v0.1.2
|
||||
- uses: xhyrom/setup-bun@v0.1.3
|
||||
with:
|
||||
bun-version: latest
|
||||
```
|
||||
|
@ -16,7 +16,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
|
|||
### Specific version
|
||||
|
||||
```yaml
|
||||
- uses: xhyrom/setup-bun@v0.1.2
|
||||
- uses: xhyrom/setup-bun@v0.1.3
|
||||
with:
|
||||
bun-version: "0.1.3"
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue