mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-18 04:28:28 +02:00
chore(README): bump version
This commit is contained in:
parent
21ca0e24af
commit
0ec953ee6d
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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.6
|
- uses: xhyrom/setup-bun@v0.1.7
|
||||||
with:
|
with:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -17,7 +17,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
|
||||||
### Specific version
|
### Specific version
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: xhyrom/setup-bun@v0.1.6
|
- uses: xhyrom/setup-bun@v0.1.7
|
||||||
with:
|
with:
|
||||||
bun-version: "0.1.5"
|
bun-version: "0.1.5"
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -26,7 +26,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
|
||||||
### Canary builds
|
### Canary builds
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: xhyrom/setup-bun@v0.1.6
|
- uses: xhyrom/setup-bun@v0.1.7
|
||||||
with:
|
with:
|
||||||
bun-version: canary
|
bun-version: canary
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -35,7 +35,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
|
||||||
### Custom repository
|
### Custom repository
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: xhyrom/setup-bun@v0.1.6
|
- uses: xhyrom/setup-bun@v0.1.7
|
||||||
with:
|
with:
|
||||||
repository: https://github.com/oven-sh/misc-test-builds
|
repository: https://github.com/oven-sh/misc-test-builds
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -44,7 +44,7 @@ Set up your GitHub Actions workflow with a specific version of Bun.
|
||||||
### Custom download url
|
### Custom download url
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- uses: xhyrom/setup-bun@v0.1.6
|
- uses: xhyrom/setup-bun@v0.1.7
|
||||||
with:
|
with:
|
||||||
custom-download-url: https://api.github.com/repos/oven-sh/bun/actions/artifacts/311939881/zip # must be github api
|
custom-download-url: https://api.github.com/repos/oven-sh/bun/actions/artifacts/311939881/zip # must be github api
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue