Skip to content

Commit e208124

Browse files
authored
chore: bump Bun to 1.3.6 and setup-bun action to v2.1.2 (#848)
Claude-Generated-By: Claude Code (cli/claude=100%) Claude-Steers: 1 Claude-Permission-Prompts: 5 Claude-Escapes: 1
1 parent ba60ef7 commit e208124

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎action.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ runs:
148148
steps:
149149
- name: Install Bun
150150
if: inputs.path_to_bun_executable == ''
151-
uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # https://github.com/oven-sh/setup-bun/releases/tag/v2.0.2
151+
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1.2
152152
with:
153-
bun-version: 1.2.11
153+
bun-version: 1.3.6
154154

155155
- name: Setup Custom Bun Path
156156
if: inputs.path_to_bun_executable != ''

‎base-action/action.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ runs:
9797

9898
- name: Install Bun
9999
if: inputs.path_to_bun_executable == ''
100-
uses: oven-sh/setup-bun@735343b667d3e6f658f44d0eca948eb6282f2b76 # https://github.com/oven-sh/setup-bun/releases/tag/v2.0.2
100+
uses: oven-sh/setup-bun@3d267786b128fe76c2f16a390aa2448b815359f3 # https://github.com/oven-sh/setup-bun/releases/tag/v2.1.2
101101
with:
102-
bun-version: 1.2.11
102+
bun-version: 1.3.6
103103

104104
- name: Setup Custom Bun Path
105105
if: inputs.path_to_bun_executable != ''

0 commit comments

Comments
 (0)