chore: bump version

This commit is contained in:
Hyro 2022-07-27 08:18:45 +02:00 committed by GitHub
parent ddba6331f8
commit b0a04f5fb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.3
- uses: xhyrom/setup-bun@v0.1.6
with:
bun-version: latest
github-token: ${{ secrets.GITHUB_TOKEN }}
@ -17,16 +17,16 @@ Set up your GitHub Actions workflow with a specific version of Bun.
### Specific version
```yaml
- uses: xhyrom/setup-bun@v0.1.3
- uses: xhyrom/setup-bun@v0.1.6
with:
bun-version: "0.1.3"
bun-version: "0.1.5"
github-token: ${{ secrets.GITHUB_TOKEN }}
```
### Canary builds
```yaml
- uses: xhyrom/setup-bun@v0.1.3
- uses: xhyrom/setup-bun@v0.1.6
with:
bun-version: canary
github-token: ${{ secrets.GITHUB_TOKEN }}