mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 04:58:25 +02:00
fix: readme
This commit is contained in:
parent
f482eca5c4
commit
01e07c2140
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
|
||||||
### Latest stable
|
### Latest stable
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: xhyrom/setup-bun@v1
|
- uses: xhyrom/setup-bun@v0.1.0
|
||||||
with:
|
with:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
```
|
```
|
||||||
|
@ -16,7 +16,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
|
||||||
### Specific version
|
### Specific version
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: xhyrom/setup-bun@v1
|
- uses: xhyrom/setup-bun@v0.1.0
|
||||||
with:
|
with:
|
||||||
bun-version: "0.1.2"
|
bun-version: "0.1.2"
|
||||||
```
|
```
|
Loading…
Add table
Add a link
Reference in a new issue