chore: bump version

This commit is contained in:
xHyroM 2022-07-12 09:59:54 +02:00
parent b66dd1b4a1
commit 55fec52d7e
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
bun-version:
["latest", "0.1.2"]
["latest", "0.1.3"]
steps:
- uses: actions/checkout@v2

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.0
- uses: xhyrom/setup-bun@v0.1.2
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.0
- uses: xhyrom/setup-bun@v0.1.2
with:
bun-version: "0.1.2"
bun-version: "0.1.3"
```

View File

@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.1.2",
"name": "setup-bun",
"main": "dist/index.js",
"type": "module",