Skip to content

Commit

Permalink
setup-bun action bumped to v2 in docs (#12315)
Browse files Browse the repository at this point in the history
  • Loading branch information
speelbarrow committed Jul 6, 2024
1 parent da1b3d2 commit 80bbad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/runtime/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
# ...
- uses: actions/checkout@v4
+ - uses: oven-sh/setup-bun@v1
+ - uses: oven-sh/setup-bun@v2
# run any `bun` or `bunx` command
+ - run: bun install
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# ...
- uses: oven-sh/setup-bun@v1
- uses: oven-sh/setup-bun@v2
+ with:
+ bun-version: 1.0.11 # or "latest", "canary", <sha>
```
Expand Down

0 comments on commit 80bbad6

Please sign in to comment.