Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Jul 12, 2022
1 parent b66dd1b commit 55fec52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ 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
```
### 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"
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.1.2",
"name": "setup-bun",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 55fec52

Please sign in to comment.