-
Notifications
You must be signed in to change notification settings - Fork 1.4k
chore: bump Bun to 1.3.6 and setup-bun action to v2.1.2 #848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -148,9 +148,9 @@ runs: | |
| steps: | ||
| - name: Install Bun | ||
| if: inputs.path_to_bun_executable == '' | ||
| uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # https://github.com/oven-sh/setup-bun/releases/tag/v2.0.2 | ||
| uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1.2 | ||
| with: | ||
| bun-version: 1.2.11 | ||
| bun-version: 1.3.6 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The bun-version is correctly updated to 1.3.6 ✅ Note: |
||
|
|
||
| - name: Setup Custom Bun Path | ||
| if: inputs.path_to_bun_executable != '' | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The inline comment correctly references v2.1.2 ✅
However,
/home/runner/work/claude-code-action/claude-code-action/CLAUDE.mdstill references the old Bun version "1.2.11" on line 7:- Runtime: Bun 1.2.11This should be updated to: