chore(docs): missing version on examples (#96)

This commit is contained in:
マルコメ 2024-08-06 18:21:46 +09:00 committed by GitHub
parent 1e54087d4f
commit b9d34de66d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ If you need to authenticate with a private registry, you can set the `BUN_AUTH_T
If you need to override the download URL, you can use the `bun-download-url` input.
```yaml
- uses: oven-sh/setup-bun
- uses: oven-sh/setup-bun@v2
with:
bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-linux-x64.zip"
```