mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
chore: bump version
This commit is contained in:
parent
ddba6331f8
commit
b0a04f5fb3
1 changed files with 4 additions and 4 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@v0.1.3
|
- uses: xhyrom/setup-bun@v0.1.6
|
||||||
with:
|
with:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -17,16 +17,16 @@ Set up your GitHub Actions workflow with a specific version of Bun.
|
||||||
### Specific version
|
### Specific version
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: xhyrom/setup-bun@v0.1.3
|
- uses: xhyrom/setup-bun@v0.1.6
|
||||||
with:
|
with:
|
||||||
bun-version: "0.1.3"
|
bun-version: "0.1.5"
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Canary builds
|
### Canary builds
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: xhyrom/setup-bun@v0.1.3
|
- uses: xhyrom/setup-bun@v0.1.6
|
||||||
with:
|
with:
|
||||||
bun-version: canary
|
bun-version: canary
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue