chore: bump version

This commit is contained in:
Hyro 2022-07-13 09:42:16 +02:00 committed by GitHub
parent baf23f03bc
commit 08cc23c06e
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.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"
```